mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
* reverted removing base href in html head
* added anonymous usage statistics reporting * (fix) don't show templates that doesn't exist in Menus option in Admin Panel * (fix) menu ordering by category * (fix) showing changelog with urls in Admin Panel * (internal) moved uninstall logic to Plugins class
This commit is contained in:
@@ -75,11 +75,12 @@ defined('MYAAC') or die('Direct access not allowed!');
|
||||
<div id="mainsubmenu">
|
||||
<?php
|
||||
foreach($menus as $category => $menu) {
|
||||
echo '<div id="' . $config['menu_categories'][$category]['id'] . '-submenu">';
|
||||
if(!isset($menus[$category])) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
echo '<div id="' . $config['menu_categories'][$category]['id'] . '-submenu">';
|
||||
|
||||
$size = count($menus[$category]);
|
||||
$i = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user