This commit is contained in:
Claude 2013-04-26 17:05:25 +02:00
parent 732e4501a2
commit 1b09e513b4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ $page_title .= $this->config->item('site_name');
//Carabiner
$this->carabiner->config(array(
'script_dir' => 'themes/bootstrap/js/',
'script_dir' => 'themes/bootstrap/js/',
'style_dir' => 'themes/bootstrap/css/',
'cache_dir' => 'static/asset/',
'base_uri' => base_url(),

View File

@ -15,7 +15,7 @@ $page_title .= $this->config->item('site_name');
//Carabiner
$this->carabiner->config(array(
'script_dir' => 'themes/geocities/js/',
'script_dir' => 'themes/geocities/js/',
'style_dir' => 'themes/geocities/css/',
'cache_dir' => 'static/asset/',
'base_uri' => base_url(),