Changed to generic nav class

This commit is contained in:
sarven 2009-01-14 19:17:46 +00:00
parent 3ce62aae1b
commit 3f642b40c0
1 changed files with 1 additions and 1 deletions

View 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');