]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/facepark/theme.php
Start a gcontact probing for new gcontacts
[friendica.git] / view / theme / facepark / theme.php
index eeb484194809d8a20bde9e688cafd4adfa14bf71..e6255f118a60b9e5c3be8655bea40dc8d78cfd50 100644 (file)
@@ -1,6 +1,7 @@
 <?php
-$a->theme_info = array();
-$a->theme['template_engine'] = 'smarty3';
+
+function facepark_init(&$a) {
+set_template_engine($a, 'smarty3');
 
 $a->page['htmlhead'] .= <<< EOT
 <script>
@@ -48,3 +49,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+