From 22b0b1abdddcd6236a39bfbc51850ac182ca40fc Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Tue, 28 Aug 2012 15:12:06 +1000 Subject: [PATCH] Changed how root themes path is entered for asset functionality. --- config/smarty.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/smarty.php b/config/smarty.php index f9a6d09..b741562 100644 --- a/config/smarty.php +++ b/config/smarty.php @@ -17,7 +17,8 @@ $config['cache_status'] = TRUE; // The path to the themes -$config['theme_path'] = FCPATH . '/themes/'; +// Default is implied root directory/themes/ +$config['theme_path'] = 'themes/'; // The default name of the theme to use (this can be overridden) $config['theme_name'] = "default";