No need to set $a->theme_info = array() everywhere if you can define it in App
itself. Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
066ddada17
commit
04a7d6384e
9 changed files with 3 additions and 12 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
function duepuntozero_init(&$a) {
|
||||
|
||||
$a->theme_info = array();
|
||||
set_template_engine($a, 'smarty3');
|
||||
|
||||
$colorset = get_pconfig( local_user(), 'duepuntozero','colorset');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue