From 15ad2d29c3edda28f3b100e12785be33039e7243 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Sat, 22 Oct 2011 17:03:27 +0200 Subject: [PATCH] MINOR Fixing the path of the CSS files in LeftAndMain --- admin/code/LeftAndMain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/code/LeftAndMain.php b/admin/code/LeftAndMain.php index 25f1a3686..391889975 100644 --- a/admin/code/LeftAndMain.php +++ b/admin/code/LeftAndMain.php @@ -251,8 +251,8 @@ class LeftAndMain extends Controller { THIRDPARTY_DIR . '/jquery-ui-themes/smoothness/jquery-ui.css', SAPPHIRE_ADMIN_DIR .'/thirdparty/chosen/chosen/chosen.css', THIRDPARTY_DIR . '/jstree/themes/apple/style.css', - SAPPHIRE_DIR . '/javascript/TreeDropdownField.css', - SAPPHIRE_ADMIN_DIR . '/css/unjquery.css', + SAPPHIRE_DIR . '/css/TreeDropdownField.css', + SAPPHIRE_ADMIN_DIR . '/css/_old/unjquery.css', ) );