mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Admin module use only admin.css (or admin.min.css)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8433 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8b4d2a5079
commit
76624b10c8
1 changed files with 2 additions and 4 deletions
|
|
@ -156,11 +156,9 @@ class HTMLDisplayHandler {
|
||||||
// for admin page, add admin css
|
// for admin page, add admin css
|
||||||
if(Context::get('module')=='admin' || strpos(Context::get('act'),'Admin')>0){
|
if(Context::get('module')=='admin' || strpos(Context::get('act'),'Admin')>0){
|
||||||
if(__DEBUG__) {
|
if(__DEBUG__) {
|
||||||
$oContext->addCSSFile('./modules/admin/tpl/css/font.css', false, 'all', '',10000);
|
$oContext->addCSSFile('./modules/admin/tpl/css/admin.css', false, 'all', '', 100000);
|
||||||
$oContext->addCSSFile('./modules/admin/tpl/css/pagination.css', false, 'all', '', 100001);
|
|
||||||
$oContext->addCSSFile('./modules/admin/tpl/css/admin.css', false, 'all', '', 100002);
|
|
||||||
} else {
|
} else {
|
||||||
$oContext->addCSSFile('./modules/admin/tpl/css/xe_admin.min.css', false, 'all', '',10000);
|
$oContext->addCSSFile('./modules/admin/tpl/css/admin.min.css', false, 'all', '',10000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue