diff --git a/Template.php b/Template.php index 7f93528..28df366 100644 --- a/Template.php +++ b/Template.php @@ -116,7 +116,7 @@ class Template { global $conf; // id of the current sidebar, each sidebar must have its own state - $header = sprintf('
', page_findnearest($conf['sidebar'])); + $header = sprintf('
', md5(page_findnearest($conf['sidebar']))); // add tabs if multiple navigation types available if ($this->plugins['sitemapnavi'] !== null) { $header .= '