From: sarven Date: Wed, 14 Jan 2009 19:17:46 +0000 (+0000) Subject: Changed to generic nav class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f642b40c01b72c7f28c65bd8865209d97109608;p=quix0rs-gnu-social.git Changed to generic nav class --- diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php index d21d0a458f..c95d9acba6 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');