]> git.mxchange.org Git - friendica.git/blobdiff - mod/pretheme.php
Merge pull request #2664 from annando/1607-remote-auth
[friendica.git] / mod / pretheme.php
index 5d1c261fcb8dcceebdcf8b5a46e5c5db7e77a5f5..4584cb29e2564cd31963438d08b295d09c140ecb 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 
-if(! function_exists('pretheme_init')) {
 function pretheme_init(&$a) {
-
+       
        if($_REQUEST['theme']) {
                $theme = $_REQUEST['theme'];
                $info = get_theme_info($theme);
@@ -21,4 +20,3 @@ function pretheme_init(&$a) {
        }
        killme();
 }
-}