]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/purplezero/theme.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / purplezero / theme.php
index 4ae9d579f0eece7cd1b60665c169fd3f11717cb9..c78e5cccceaab9067024e89c4851c4ccf9cf00c8 100644 (file)
@@ -1,9 +1,11 @@
 <?php
+
+function purplezero_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
-function purplezero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
@@ -86,4 +88,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}