diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-14 19:17:46 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-14 19:17:46 +0000 |
commit | 3f642b40c01b72c7f28c65bd8865209d97109608 (patch) | |
tree | 95f81669d7958686f104e152666309ff985c820b | |
parent | 3ce62aae1b1a0e176db32fac142218f05bc57731 (diff) |
Changed to generic nav class
-rw-r--r-- | lib/publicgroupnav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php index d21d0a458..c95d9acba 100644 --- 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'); |