Skip to content

Commit

Permalink
Changed how root themes path is entered for asset functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Aug 28, 2012
1 parent 2af2772 commit 22b0b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/smarty.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 22b0b1a

Please sign in to comment.