select("menus","*", "menu_location='".$mc."' ORDER BY menu_order");
$count = 1;
$sql2 = e107::getDb('sql2');
while(list($menu_id, $menu_name, $menu_location, $menu_order) = $sql->fetch())
{
$sql2 ->update("menus", "menu_order='$count' WHERE menu_id='$menu_id' ");
$count++;
}
$text = "Menus reset in database
";
}
}
else
{
unset($text);
}
$text = "The Menu-Manager allows you to place and arrange your menus within your theme template.
[u]Hover[/u] over the sub-areas to modify existing menu items.
If you find the menus are not updating correctly, clicking the refresh button below may help.
[html]