* ajusted style of tree.

This commit is contained in:
Catouse
2014-04-18 13:58:06 +08:00
parent d25b4da81d
commit be03af7fae
6 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ class editorModel extends model
public function printTree($files, $isRoot = true)
{
if(empty($files) or !is_array($files)) return false;
$tree = $isRoot ? "<ul id='extendTree'>\n" : "<ul>\n";
$tree = $isRoot ? "<ul id='extendTree' class='tree treeview'>\n" : "<ul>\n";
if($isRoot)
{
$module = basename(dirname(key($files)));