6 lines
207 B
PHP
6 lines
207 B
PHP
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
|
|
<?php
|
|
css::import($jsRoot . 'jquery/ztree/css/ztree.css');
|
|
js::import($jsRoot . 'jquery/ztree/js/ztree.js');
|
|
?>
|