MINOR Fixing the path of the CSS files in LeftAndMain

This commit is contained in:
Stig Lindqvist 2011-10-22 17:03:27 +02:00
parent a2c7175caa
commit 15ad2d29c3
1 changed files with 2 additions and 2 deletions

View File

@ -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',
)
);