Open haider-pw opened 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..
Same here Message: Missing template name
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..