From 7f42d496349a427b79461d3789b37648e9f5033f Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Mon, 3 Aug 2020 15:06:43 +0200 Subject: [PATCH] Logs to main menu --- app/views/templates/log.phtml | 2 +- app/views/templates/part/menu.phtml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/templates/log.phtml b/app/views/templates/log.phtml index 43b991d..ffba6c9 100644 --- a/app/views/templates/log.phtml +++ b/app/views/templates/log.phtml @@ -39,7 +39,7 @@
-
echo('exeption'); ?>
+
echo('exeption'); ?>
diff --git a/app/views/templates/part/menu.phtml b/app/views/templates/part/menu.phtml index f3a5e8e..a76c7e3 100644 --- a/app/views/templates/part/menu.phtml +++ b/app/views/templates/part/menu.phtml @@ -23,9 +23,6 @@ ], ]; foreach ( $menuItems as $key => $value) { - if ($DEBUGMOD == 0 && $value['path'] == 'log') { - continue; - } ?>