* ajusted ui of debug in 'footer.lite.html.php'.

This commit is contained in:
Catouse
2014-04-10 20:09:32 +08:00
parent 932303986f
commit e6706bf685
+1 -1
View File
@@ -1,5 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='<?php $config->debug ? print("debugwin") : print('hidden')?>'></iframe>
<?php if($config->debug) include 'debug.html.php';?>
<script laguage='Javascript'>
$().ready(function(){setDebugWin('white')})
<?php if(isset($pageJS)) echo $pageJS;?>