diff --git a/lib/get-tree.php b/lib/get-tree.php index 33bd2dd..2d71cad 100644 --- a/lib/get-tree.php +++ b/lib/get-tree.php @@ -1,10 +1,18 @@ +
+'.$chmodInfo.''; } $type == "folder" ? $class = 'pft-directory' : $class = 'pft-file '.strtolower($ext); - echo "
  •         ".basename($fileFolderName)." ".$fileAtts."\n"; + $loadParam = $type == "folder" && ($ICEcoder['treeType'] == "branch" || $ICEcoder['treeType'] == "branchReload") ? "true" : "false"; + echo "
  •         ".basename($fileFolderName)." ".$fileAtts."\n"; if ($i\n";} $lastPath = $fileFolderName; } +?> +
  • + + + \ No newline at end of file