From 981401ce9f515a204b9a673758c194d6826793e6 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 19 Jun 2008 12:40:18 +1200 Subject: [PATCH] Rename stylesheet to davical. --- inc/always.php | 2 +- inc/always.php.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/always.php b/inc/always.php index 28948227..7135a056 100644 --- a/inc/always.php +++ b/inc/always.php @@ -28,7 +28,7 @@ $c->default_locale = "en_NZ"; $c->base_url = preg_replace("#/[^/]+\.php.*$#", "", $_SERVER['SCRIPT_NAME']); $c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']); -$c->stylesheets = array( $c->base_url."/rscds.css" ); +$c->stylesheets = array( $c->base_url."/davical.css" ); $c->images = $c->base_url . "/images"; // Ensure that ../inc is in our included paths as early as possible diff --git a/inc/always.php.in b/inc/always.php.in index 5a77d979..adf05650 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -28,7 +28,7 @@ $c->default_locale = "en_NZ"; $c->base_url = preg_replace("#/[^/]+\.php.*$#", "", $_SERVER['SCRIPT_NAME']); $c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']); -$c->stylesheets = array( $c->base_url."/rscds.css" ); +$c->stylesheets = array( $c->base_url."/davical.css" ); $c->images = $c->base_url . "/images"; // Ensure that ../inc is in our included paths as early as possible