8 lines
223 B
PHP
8 lines
223 B
PHP
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
|
<?php
|
|
if($config->debug)
|
|
{
|
|
js::import($jsRoot . 'jquery/form/min.js');
|
|
js::import($jsRoot . 'jquery/form/zentao.js');
|
|
}
|