Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

Smarty Default theme. #53

Open haider-pw opened 8 years ago

haider-pw commented 8 years ago

Hi, i am trying to change theme during a run using below method.

$this->parser->set_theme("themeName");

but it does not work, it is still loading the default theme

set in the smarty file in cofig directory which is default now in my case

$config['smarty.theme_name'] = "default";

Why this set_theme() method not working..

urgido commented 5 years ago

Same here Message: Missing template name