HTML update to showSecondaryNav()
This commit is contained in:
parent
4f56d98415
commit
c08eadc774
@ -364,7 +364,10 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
function showSecondaryNav()
|
function showSecondaryNav()
|
||||||
{
|
{
|
||||||
$this->elementStart('ul', array('id' => 'nav_sub'));
|
$this->elementStart('dl', array('id' => 'site_nav_global_secondary'));
|
||||||
|
$this->element('dt', null, _('Secondary site navigation'));
|
||||||
|
$this->elementStart('dd', null);
|
||||||
|
$this->elementStart('ul', array('id' => 'nav'));
|
||||||
$this->menuItem(common_local_url('doc', array('title' => 'help')),
|
$this->menuItem(common_local_url('doc', array('title' => 'help')),
|
||||||
_('Help'));
|
_('Help'));
|
||||||
$this->menuItem(common_local_url('doc', array('title' => 'about')),
|
$this->menuItem(common_local_url('doc', array('title' => 'about')),
|
||||||
@ -378,6 +381,8 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
$this->menuItem(common_local_url('doc', array('title' => 'contact')),
|
$this->menuItem(common_local_url('doc', array('title' => 'contact')),
|
||||||
_('Contact'));
|
_('Contact'));
|
||||||
$this->elementEnd('ul');
|
$this->elementEnd('ul');
|
||||||
|
$this->elementEnd('dd');
|
||||||
|
$this->elementEnd('dl');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showLicenses()
|
function showLicenses()
|
||||||
|
Loading…
Reference in New Issue
Block a user