1
0

Making some nicer menu headers.

This commit is contained in:
Stefan Frech
2008-07-12 14:14:19 +00:00
committed by Jonas Kattendick
parent 6b4bacaddb
commit f08393d930
3 changed files with 14 additions and 3 deletions

View File

@@ -159,6 +159,10 @@ class folder {
);
array_unshift ($this->tree, $root_folder);
# The top folder shows up too much on the top. Draw
# a little space there.
echo '<div class="foldertop"></div>' . "\n";
foreach ($this->tree as $key => $value) {
# this is the begining of the line that shows a folder
# with the symbol (plus, minus or neutral)