diff --git a/controllers/theme_example.php b/controllers/theme_example.php index 0fe3e28..eca6d93 100644 --- a/controllers/theme_example.php +++ b/controllers/theme_example.php @@ -10,7 +10,7 @@ public function __construct() $this->load->helper( array('url', 'cookie')); //load theme spark - $this->load->spark('theme/1.0.0'); + #$this->load->spark('theme/1.0.0'); //try to get the theme from the cookie $theme = get_cookie('theme'); @@ -51,4 +51,4 @@ public function switch_theme($theme) } /* End of file welcome.php */ -/* Location: ./application/controllers/welcome.php */ \ No newline at end of file +/* Location: ./application/controllers/welcome.php */