]> 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 ec1ab1c6712807b99e3cd097eb8b7db2b193047d..e7203c66416b5ca17bb09d79ccf672c4681ac02d 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+
+function facepark_init(&$a) {
 $a->theme_info = array();
 set_template_engine($a, 'smarty3');
 
@@ -48,3 +50,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+