]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/slackr/theme.php
bbcode: rearrange shared links - can only be made standard, when all themes support...
[friendica.git] / view / theme / slackr / theme.php
index 65a92c1845c3b92d738b41afa3bef4af1fb6a21a..43deb4b8ccebe8590751f5abd749f9e5b3e19c21 100644 (file)
@@ -1,9 +1,11 @@
 <?php
+
+function slackr_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
+set_template_engine($a, 'smarty3');
 
-function slackr_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
@@ -105,4 +107,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}