mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
r7446 add fixed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
74b787ec07
commit
8f5d4c70fe
1 changed files with 3 additions and 3 deletions
|
|
@ -164,9 +164,9 @@
|
|||
|
||||
// for admin page, add admin css
|
||||
if(Context::get('module')=='admin' || strpos(Context::get('act'),'Admin')>0){
|
||||
$this->addCssFile("./modules/admin/tpl/css/font.css", true, 'all', 10000);
|
||||
$this->addCssFile("./modules/admin/tpl/css/pagination.css", true, 'all', 100001);
|
||||
$this->addCssFile("./modules/admin/tpl/css/admin.css", true, 'all', 100002);
|
||||
$this->addCssFile("./modules/admin/tpl/css/font.css", true, 'all', '',10000);
|
||||
$this->addCssFile("./modules/admin/tpl/css/pagination.css", true, 'all', '', 100001);
|
||||
$this->addCssFile("./modules/admin/tpl/css/admin.css", true, 'all', '', 100002);
|
||||
}
|
||||
|
||||
// set locations for javascript use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue