From b3556c008eb1acc7c6e93a217a51b8acbe5f8158 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sun, 24 May 2020 19:34:48 +0200 Subject: [PATCH] Add note which template menus are being edited --- system/pages/admin/menus.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/pages/admin/menus.php b/system/pages/admin/menus.php index 511d991d..c8f07c8b 100644 --- a/system/pages/admin/menus.php +++ b/system/pages/admin/menus.php @@ -60,9 +60,12 @@ if (isset($_REQUEST['template'])) { echo "No menu categories set in template config.php.
This template doesn't support dynamic menus."; return; } + + $title = 'Menus - ' . $template; ?>
-

Hint: You can drag menu items.
+

You are editing:

+ Hint: You can drag menu items.
Hint: Add links to external sites using: http:// or https:// prefix.
Not all templates support blank and colorful links.