Menu: Updated code to create menu HTML from array, instead of database directly.

This commit is contained in:
reliberate
2015-07-30 11:49:51 -06:00
parent 594ab6fa00
commit 14f2705cb3
2 changed files with 65 additions and 136 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ require_once "resources/require.php";
$menu = new menu;
$menu->db = $db;
$menu->menu_uuid = $_SESSION['domain']['menu']['uuid'];
$v_menu .= $menu->build_html("", "main");
$v_menu .= $menu->build_html();
unset($menu);
$v_menu .= "</div>\n";