* fix style of tree menu.

This commit is contained in:
Catouse
2016-02-22 15:03:44 +08:00
parent 0f2f5eaf1a
commit 9141bb13d7
11 changed files with 22 additions and 29 deletions
-7
View File
@@ -1,9 +1,2 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
if($config->debug)
{
css::import($defaultTheme . 'treeview.css');
js::import($jsRoot . 'jquery/treeview/min.js');
}
?>
<script language='javascript'>$(function() { $(".tree").treeview({ persist: "cookie", collapsed: true, unique: false}) })</script>