From a94a9291e66a7569fc11554e53cefc3f1d11cceb Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 13 Apr 2019 04:46:04 +0200 Subject: [PATCH] * better description of links --- system/pages/admin/menus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/pages/admin/menus.php b/system/pages/admin/menus.php index 910e3ab6..922af4f8 100644 --- a/system/pages/admin/menus.php +++ b/system/pages/admin/menus.php @@ -59,8 +59,8 @@ if (isset($_REQUEST['template'])) { } echo 'Hint: You can drag menu items.
- Hint: Add links to external sites using: http:// prefix.
- Not all templates support blank and colorful links.
+ Hint: Add links to external sites using: http:// or https:// prefix.
+ Not all templates support blank and colorful links.

'; $menus = array(); $menus_db = $db->query('SELECT `name`, `link`, `blank`, `color`, `category`, `ordering` FROM `' . TABLE_PREFIX . 'menu` WHERE `enabled` = 1 AND `template` = ' . $db->quote($template) . ' ORDER BY `ordering` ASC;')->fetchAll();