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