From: Roland Häder 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/?p=mailer.git;a=commitdiff_plain;h=12e62e49c007f799441fbf537400450d3fc79550 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; }