projects
/
web
/
BigFore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7332c29
)
update main nav
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 Jul 2014 20:03:26 +0000
(16:03 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 15 Jul 2014 20:03:26 +0000
(16:03 -0400)
add a li with arrowUp.png image just inside the level 1
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
e3509a2
..
af96920
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-603,7
+603,8
@@
class Toolkit_Page
return;
}
$tabs = str_repeat($tab, $level * 2);
- $result = "{$tabs}<ul>\n";
+ $arrowLi = ($level == 1) ? '<li><img src="'.MEDIA_BASE_URL.'assets/arrowUp.png"></i>': '';
+ $result = "{$tabs}<ul>{$arrowLi}\n";
foreach ($array as $i => $node) {
$class
= ($node['class'] == 'current')