[frio] Set videowidth to 622px

This commit is contained in:
Hypolite Petovan 2018-01-08 23:52:54 -05:00
parent 5691564220
commit 2f2ded4e55
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function frio_init(App $a)
{
// disable the events module link in the profile tab
$a->theme_events_in_profile = false;
$a->videowidth = 622;
$a->set_template_engine('smarty3');