]> git.mxchange.org Git - friendica.git/commitdiff
added plusminus style sheet and sort the style sheets alphabetically
authorhoergen <hoergen@hoergen.org>
Sun, 26 Nov 2017 19:46:55 +0000 (20:46 +0100)
committerhoergen <hoergen@hoergen.org>
Sun, 26 Nov 2017 19:46:55 +0000 (20:46 +0100)
view/theme/vier/style.php

index 934e51ee2542315066f858f10f91de337e2911e7..160b1f94c97e022db09f445d0419dc77502bae8a 100644 (file)
@@ -1,3 +1,5 @@
+
+
 <?php
 
 use Friendica\Core\Config;
@@ -23,6 +25,8 @@ else if ($style == "plus")
        $stylecssfile = 'view/theme/vier/plus.css';
 else if ($style == "dark")
        $stylecssfile = 'view/theme/vier/dark.css';
+else if ($style == "plusminus")
+       $stylecssfile = 'view/theme/vier/plusminus.css';
 
 if (file_exists($THEMEPATH."//style.css")) {
        $stylecss = file_get_contents($THEMEPATH."//style.css")."\n";
@@ -56,3 +60,4 @@ if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) || isset($_SERVER['HTTP_IF_NONE_MA
        }
 }
 echo $stylecss;
+