]> 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 701fb134918df80fb101b77e7a2c648131a16863..e6255f118a60b9e5c3be8655bea40dc8d78cfd50 100644 (file)
@@ -1,5 +1,7 @@
 <?php
-$a->theme_info = array();
+
+function facepark_init(&$a) {
+set_template_engine($a, 'smarty3');
 
 $a->page['htmlhead'] .= <<< EOT
 <script>
@@ -47,3 +49,5 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
+}
+