aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-28 21:56:01 -0700
committerfriendica <info@friendica.com>2013-08-28 21:56:01 -0700
commitb4bd518e4032661cdfba4e17acdb94e19b23fdd2 (patch)
treee6bf0cdfd844bcddb43f1579c42767abe9d5a7c8 /view/theme/redbasic/php/theme.php
parent7b27add5468ae38534b8bceb458520e6c603da75 (diff)
downloadvolse-hubzilla-b4bd518e4032661cdfba4e17acdb94e19b23fdd2.tar.gz
volse-hubzilla-b4bd518e4032661cdfba4e17acdb94e19b23fdd2.tar.bz2
volse-hubzilla-b4bd518e4032661cdfba4e17acdb94e19b23fdd2.zip
silence some warnings at php E_ALL levels
Diffstat (limited to 'view/theme/redbasic/php/theme.php')
-rw-r--r--view/theme/redbasic/php/theme.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php
index 3d69a7e22..ca280ef6a 100644
--- a/view/theme/redbasic/php/theme.php
+++ b/view/theme/redbasic/php/theme.php
@@ -1,9 +1,5 @@
<?php
function redbasic_init(&$a) {
- if($a->config['system']['theme_engine'])
- $a->set_template_engine($a->config['system']['theme_engine']);
- else
- $a->set_template_engine('smarty3');
-// head_add_js('redbasic.js');
+
}