diff --git a/main.php b/main.php
index 7374d5f..ca30f2e 100755
--- a/main.php
+++ b/main.php
@@ -140,7 +140,14 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
diff --git a/tpl/main-sidebar-nav.php b/tpl/main-sidebar-nav.php
index a084504..7157957 100644
--- a/tpl/main-sidebar-nav.php
+++ b/tpl/main-sidebar-nav.php
@@ -12,14 +12,19 @@
@@ -34,15 +39,20 @@
diff --git a/tpl/nav-page-tools.php b/tpl/nav-page-tools.php
index c261be0..bf4e352 100755
--- a/tpl/nav-page-tools.php
+++ b/tpl/nav-page-tools.php
@@ -11,12 +11,16 @@ if (!defined('DOKU_INC')) {
getListItems();
+ } else {
+ //Pre-Greebo Backwards compatibility
+ $data = dokuwiki\template\sprintdoc\tpl::assemblePageTools();
- foreach ($data['items'] as $k => $html) {
- echo $html;
+ foreach ($data['items'] as $k => $html) {
+ echo $html;
+ }
}
-
?>
diff --git a/tpl/nav-usertools-buttons.php b/tpl/nav-usertools-buttons.php
index c321a85..f93cbb4 100755
--- a/tpl/nav-usertools-buttons.php
+++ b/tpl/nav-usertools-buttons.php
@@ -6,7 +6,19 @@