Making some nicer menu headers.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user