Changed to generic nav class
This commit is contained in:
parent
3ce62aae1b
commit
3f642b40c0
|
@ -62,7 +62,7 @@ class PublicGroupNav
|
||||||
|
|
||||||
function show()
|
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'),
|
common_menu_item(common_local_url('public'), _('Public'),
|
||||||
_('Public timeline'), $this->action == 'public');
|
_('Public timeline'), $this->action == 'public');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user