mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
r7442 추가 gzip 설정 및 기타 css/js load시 optimized true로 변경, qtip.min error 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7446 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0e1ed22922
commit
328d40a2a3
7 changed files with 60 additions and 51 deletions
|
|
@ -163,7 +163,11 @@
|
|||
$this->addCSSFile("./common/css/button.css");
|
||||
|
||||
// for admin page, add admin css
|
||||
if(Context::get('module')=='admin' || strpos(Context::get('act'),'Admin')>0) $this->addCssFile("./modules/admin/tpl/css/admin.css", false);
|
||||
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);
|
||||
}
|
||||
|
||||
// set locations for javascript use
|
||||
if($_SERVER['REQUEST_METHOD'] == 'GET') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue