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; - } ?>