]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed to generic nav class
authorsarven <csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 19:17:46 +0000 (19:17 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Wed, 14 Jan 2009 19:17:46 +0000 (19:17 +0000)
lib/publicgroupnav.php

index d21d0a458f2cfa95f119413b07a644ed3f66b265..c95d9acba653053c0520b3a2c29d4682bf640bd4 100644 (file)
@@ -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');