summaryrefslogtreecommitdiffstats
path: root/templates/part.folderlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.folderlist.php')
-rw-r--r--templates/part.folderlist.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/part.folderlist.php b/templates/part.folderlist.php
deleted file mode 100644
index f2da64737..000000000
--- a/templates/part.folderlist.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
- function print_folder_list($folderlist, $depth) {
- foreach($folderlist as $folder) {
- echo '<li style="margin-left:' . 10*$depth . 'px;" class="menuItem" onclick="News.DropDownMenu.selectItem(this, ' . $folder->getId() . ')">' . $folder->getName() . '</li>';
- }
- }
-
- print_folder_list($_['folderforest'], 0);
-?> \ No newline at end of file