fixed sitemapnavi after the parameter has been renamed

This commit is contained in:
Andreas Gohr 2019-03-12 11:23:07 +01:00
commit 046583e205

View file

@ -127,7 +127,7 @@ class Template {
}
// decide what to show
if ($this->nav === 'sitetree') {
if ($this->nav === 'sitemap') {
// site tree created by sitemapnavi plugin
$nav = '<nav class="nav-sitemapnavi" id="plugin__sitemapnavi">';
$nav .= $this->plugins['sitemapnavi']->getSiteMap(':');