Getter/Setter for theme info
This commit is contained in:
parent
c52b8595e8
commit
5a87ccf026
13 changed files with 57 additions and 28 deletions
|
@ -33,8 +33,8 @@ function frio_init(App $a)
|
|||
$frio = 'view/theme/frio';
|
||||
|
||||
// disable the events module link in the profile tab
|
||||
$a->theme_info['events_in_profile'] = false;
|
||||
$a->theme_info['videowidth'] = 622;
|
||||
$a->setThemeInfoValue('events_in_profile', false);
|
||||
$a->setThemeInfoValue('videowidth', 622);
|
||||
|
||||
Renderer::setActiveTemplateEngine('smarty3');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue