From 7a5a1fac3f42cdaddb24a529281a90ea4aab262b Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Apr 2013 14:20:31 +0200 Subject: [PATCH] bug in geocities theme --- .../themes/geocities/views/defaults/footer_message.php | 10 +++++----- htdocs/themes/geocities/views/defaults/header.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/themes/geocities/views/defaults/footer_message.php b/htdocs/themes/geocities/views/defaults/footer_message.php index 47a9e8d..d242912 100644 --- a/htdocs/themes/geocities/views/defaults/footer_message.php +++ b/htdocs/themes/geocities/views/defaults/footer_message.php @@ -6,19 +6,19 @@ - + - + - + - + - + diff --git a/htdocs/themes/geocities/views/defaults/header.php b/htdocs/themes/geocities/views/defaults/header.php index a087d9f..8a66894 100644 --- a/htdocs/themes/geocities/views/defaults/header.php +++ b/htdocs/themes/geocities/views/defaults/header.php @@ -15,8 +15,8 @@ $page_title .= $this->config->item('site_name'); //Carabiner $this->carabiner->config(array( - 'script_dir' => 'themes/bootstrap/js/', - 'style_dir' => 'themes/bootstrap/css/', + 'script_dir' => 'themes/geocities/js/', + 'style_dir' => 'themes/geocities/css/', 'cache_dir' => 'static/asset/', 'base_uri' => base_url(), 'combine' => true, @@ -48,7 +48,7 @@ $this->carabiner->display('css'); - config->item('site_name'); ?> + config->item('site_name'); ?>