]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/slack-NS/theme.php
frio: scrollspy info - forgot to change all classes
[friendica.git] / view / theme / slack-NS / theme.php
index 14d058c7dab0d4ebc9888f459723bf15baebee5b..20a198a3c581d156fb2c4ea2283cbac8ae33556b 100644 (file)
@@ -1,9 +1,10 @@
 <?php
+
+function slack_NS_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
 
-function slack_NS_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
@@ -86,4 +87,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}