From 8c94d9b8d9ed3941ae60f43ce4978f2655478f52 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 24 Jul 2010 04:47:10 +0000 Subject: [PATCH] Theme 'org' now requires css.php or inline mode --- theme/org/css/general.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.39.5