Theme 'org' now requires css.php or inline mode
authorRoland Häder <roland@mxchange.org>
Sat, 24 Jul 2010 04:47:10 +0000 (04:47 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 24 Jul 2010 04:47:10 +0000 (04:47 +0000)
theme/org/css/general.css

index f694a9bd43b26bc46a4d6b6e0ba224649ee84cad..94066ae82efcdabc5824c4b0406567922e75d4ae 100644 (file)
@@ -283,7 +283,7 @@ ul, ol {
 }
 
 .guest_menu_title {
-       background-image        : url(theme/org/images/menus/title.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
        height                  : 36px;
        width                   : 211px;
        color                   : #000000;
@@ -299,13 +299,13 @@ ul, ol {
 }
 
 .guest_menu_row {
-       background-image        : url(theme/org/images/menus/row.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
        width                   : 211px;
        height                  : 26px;
 }
 
 .guest_menu_bottom {
-       background-image        : url(theme/org/images/menus/bottom.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
        width                   : 211px;
        height                  : 30px;
 }