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:
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
function frost_init(&$a) {
|
||||
$a->theme_info = array();
|
||||
$a->videowidth = 400;
|
||||
$a->videoheight = 330;
|
||||
$a->theme_thread_allow = false;
|
||||
|
||||
Reference in New Issue
Block a user