From: quix0r Date: Sat, 24 Jul 2010 04:47:10 +0000 (+0000) Subject: Theme 'org' now requires css.php or inline mode X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c94d9b8d9ed3941ae60f43ce4978f2655478f52;p=mailer.git Theme 'org' now requires css.php or inline mode --- diff --git a/theme/org/css/general.css b/theme/org/css/general.css index f694a9bd43..94066ae82e 100644 --- a/theme/org/css/general.css +++ b/theme/org/css/general.css @@ -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; }