mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
* better description of links
This commit is contained in:
parent
6ccaf316ab
commit
a94a9291e6
@ -59,8 +59,8 @@ if (isset($_REQUEST['template'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo 'Hint: You can drag menu items.<br/>
|
echo 'Hint: You can drag menu items.<br/>
|
||||||
Hint: Add links to external sites using: <b>http://</b> prefix.<br/>
|
Hint: Add links to external sites using: <b>http://</b> or <b>https://</b> prefix.<br/>
|
||||||
Not all templates support blank and colorful links.<br/>
|
Not all templates support blank and colorful links.<br/><br/>
|
||||||
<div class="row">';
|
<div class="row">';
|
||||||
$menus = array();
|
$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();
|
$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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user