X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.php;h=b1386ad7076dbebf7c48631b553251086a21fe00;hb=2a55cf2a3d2814a59177b4f72d57ed45e7eb5685;hp=934e51ee2542315066f858f10f91de337e2911e7;hpb=0dfa57948f152a90a4d8093419a2ea5ced07349c;p=friendica.git diff --git a/view/theme/vier/style.php b/view/theme/vier/style.php index 934e51ee25..b1386ad707 100644 --- a/view/theme/vier/style.php +++ b/view/theme/vier/style.php @@ -23,6 +23,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";