1
0
Fork 0

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:
Roland Häder 2016-03-01 14:27:38 +01:00
commit 04a7d6384e
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
9 changed files with 3 additions and 12 deletions

View file

@ -11,7 +11,6 @@
*/
function smoothly_init(&$a) {
$a->theme_info = array();
set_template_engine($a, 'smarty3');
$cssFile = null;