diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-23 18:42:37 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-23 18:42:37 +0200 |
commit | a305cf9f5c55a54bf60161796137d4950be553b2 (patch) | |
tree | 5f338007c6fabaeee1512b3f5f3b39ee58fbf254 /view/theme/diabook/style.php | |
parent | c5c419a785c901b6aab4d58455fc2efcce23f3f3 (diff) | |
download | volse-hubzilla-a305cf9f5c55a54bf60161796137d4950be553b2.tar.gz volse-hubzilla-a305cf9f5c55a54bf60161796137d4950be553b2.tar.bz2 volse-hubzilla-a305cf9f5c55a54bf60161796137d4950be553b2.zip |
diabok-themes: fixed bug in green-wide and dark-wide
Diffstat (limited to 'view/theme/diabook/style.php')
-rw-r--r-- | view/theme/diabook/style.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook/style.php b/view/theme/diabook/style.php index 12ffa7159..d926579da 100644 --- a/view/theme/diabook/style.php +++ b/view/theme/diabook/style.php @@ -1556,9 +1556,9 @@ } } - if($resolution == "green") { + if($resolution == "wide") { if (file_exists("$THEMEPATH/diabook-green/style-wide.css")){ - echo file_get_contents("$THEMEPATH/diabook-pink/style-green.css"); + echo file_get_contents("$THEMEPATH/diabook-green/style-wide.css"); } if($diabook_font_size == "16"){ echo " @@ -1834,9 +1834,9 @@ } } - if($resolution == "dark") { + if($resolution == "wide") { if (file_exists("$THEMEPATH/diabook-dark/style-wide.css")){ - echo file_get_contents("$THEMEPATH/diabook-dark/style-green.css"); + echo file_get_contents("$THEMEPATH/diabook-dark/style-wide.css"); } if($diabook_font_size == "16"){ echo " |