projects
/
web
/
CityofMI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de9bbe
)
added class to main nav ul
author
Ove Klykken
<ove@gaslightmedia.com>
Thu, 31 Jul 2014 20:27:08 +0000
(16:27 -0400)
committer
Ove Klykken
<ove@gaslightmedia.com>
Thu, 31 Jul 2014 20:27:08 +0000
(16:27 -0400)
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
84e0ea7
..
06e2dc9
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-657,7
+657,7
@@
class Toolkit_Page
$newNav[] = $item;
}
}
- $html = $this->_arrayToListHTML($newNav, 0, 'clearfix');
+ $html = $this->_arrayToListHTML($newNav, 0, 'clearfix
sf-menu
');
return ($html) ? $html : '';
}