fixed sitemapnavi after the parameter has been renamed
This commit is contained in:
parent
95823334d4
commit
046583e205
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Template {
|
||||||
}
|
}
|
||||||
|
|
||||||
// decide what to show
|
// decide what to show
|
||||||
if ($this->nav === 'sitetree') {
|
if ($this->nav === 'sitemap') {
|
||||||
// site tree created by sitemapnavi plugin
|
// site tree created by sitemapnavi plugin
|
||||||
$nav = '<nav class="nav-sitemapnavi" id="plugin__sitemapnavi">';
|
$nav = '<nav class="nav-sitemapnavi" id="plugin__sitemapnavi">';
|
||||||
$nav .= $this->plugins['sitemapnavi']->getSiteMap(':');
|
$nav .= $this->plugins['sitemapnavi']->getSiteMap(':');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue