]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/facepark/theme.php
Merge branch 'master' of https://github.com/annando/friendica
[friendica.git] / view / theme / facepark / theme.php
index 701fb134918df80fb101b77e7a2c648131a16863..e7203c66416b5ca17bb09d79ccf672c4681ac02d 100644 (file)
@@ -1,5 +1,8 @@
 <?php
+
+function facepark_init(&$a) {
 $a->theme_info = array();
+set_template_engine($a, 'smarty3');
 
 $a->page['htmlhead'] .= <<< EOT
 <script>
@@ -47,3 +50,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+