]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkzero-NS/theme.php
Merge pull request #1116 from silke/unsupported-themes
[friendica.git] / view / theme / darkzero-NS / theme.php
index 211c552c51713b073329c958ac31374cbbcff583..ee227109b192b0e451be27097e10752cc47c7f8a 100644 (file)
@@ -7,11 +7,11 @@
  * Author: Mike Macgirvin <mike@macgirvin.com>
  */
 
+function darkzero_NS_init(&$a) {
 $a->theme_info = array(
   'extends' => 'duepuntozero',
 );
 
-function darkzero_NS_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
@@ -94,4 +94,4 @@ $('.savedsearchterm').hover(
 
 </script>
 EOT;
-}
\ No newline at end of file
+}