ztree.html.php 207 B

12345
  1. <?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
  2. <?php
  3. css::import($jsRoot . 'jquery/ztree/css/ztree.css');
  4. js::import($jsRoot . 'jquery/ztree/js/ztree.js');
  5. ?>