* fix the error of debugwin.

This commit is contained in:
wangchunsheng
2013-02-23 02:12:51 +00:00
parent a9d6569bb5
commit e5e9668e36

View File

@@ -1,6 +1,6 @@
</div>
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='<?php echo zget($config, 'debug', 'hidden', 'debugwin');?>'></iframe>
<iframe frameborder='0' name='hiddenwin' id='hiddenwin' scrolling='no' class='<?php print($config->debug ? 'debugwin' : 'hidden');?>'></iframe>
<div id='divider'></div>
<?php $onlybody = zget($_GET, 'onlybody', 'no');?>
<?php if($onlybody != 'yes'):?>