Merge pull request #73 from stojg/leftandmain

MINOR Fixing the path of the CSS files in LeftAndMain
This commit is contained in:
Sam Minnée 2011-10-27 20:13:47 -07:00
commit 089c38a5da
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',
)
);