projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce62aa
)
Changed to generic nav class
author
sarven
<csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 19:17:46 +0000
(19:17 +0000)
committer
sarven
<csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 19:17:46 +0000
(19:17 +0000)
lib/publicgroupnav.php
patch
|
blob
|
history
diff --git
a/lib/publicgroupnav.php
b/lib/publicgroupnav.php
index d21d0a458f2cfa95f119413b07a644ed3f66b265..c95d9acba653053c0520b3a2c29d4682bf640bd4 100644
(file)
--- a/
lib/publicgroupnav.php
+++ b/
lib/publicgroupnav.php
@@
-62,7
+62,7
@@
class PublicGroupNav
function show()
{
- $this->action->elementStart('ul', array('
id' => 'nav_views
'));
+ $this->action->elementStart('ul', array('
class' => 'nav
'));
common_menu_item(common_local_url('public'), _('Public'),
_('Public timeline'), $this->action == 'public');