mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#waitforserverresponse -> .wfsr
admin.css .x class added. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8983 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a9b09e024
commit
bd6be95b08
17 changed files with 1204 additions and 1130 deletions
|
|
@ -28,9 +28,9 @@ class HTMLDisplayHandler {
|
|||
|
||||
$output = $oTemplate->compile($template_path, $tpl_file);
|
||||
|
||||
// add #xeAdmin div for adminitration pages
|
||||
// add .admin div for adminitration pages
|
||||
if(Context::getResponseMethod() == 'HTML') {
|
||||
if(Context::get('module')!='admin' && strpos(Context::get('act'),'Admin')>0) $output = '<div id="xeAdmin">'.$output.'</div>';
|
||||
if(Context::get('module')!='admin' && strpos(Context::get('act'),'Admin')>0) $output = '<div class="admin">'.$output.'</div>';
|
||||
|
||||
if(Context::get('layout') != 'none') {
|
||||
if(__DEBUG__==3) $start = getMicroTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue