missed a couple more template engine assignments
This commit is contained in:
parent
b9f4687260
commit
232deadfd2
|
@ -13,7 +13,7 @@ $a->theme_info = array(
|
||||||
'family' => 'dispy',
|
'family' => 'dispy',
|
||||||
'name' => 'dark',
|
'name' => 'dark',
|
||||||
);
|
);
|
||||||
$a->theme['template_engine'] = 'smarty3';
|
set_template_engine($a, 'smarty3');
|
||||||
|
|
||||||
function dispy_dark_init(&$a) {
|
function dispy_dark_init(&$a) {
|
||||||
/** @purpose set some theme defaults
|
/** @purpose set some theme defaults
|
||||||
|
|
|
@ -13,7 +13,7 @@ $a->theme_info = array(
|
||||||
'family' => 'dispy',
|
'family' => 'dispy',
|
||||||
'name' => 'light',
|
'name' => 'light',
|
||||||
);
|
);
|
||||||
$a->theme['template_engine'] = 'smarty3';
|
set_template_engine($a, 'smarty3');
|
||||||
|
|
||||||
function dispy_light_init(&$a) {
|
function dispy_light_init(&$a) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue