From 5439b47c5f96b4e88661aa2ca63e1cee1e259b11 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 11 Mar 2008 11:59:58 +0000 Subject: Toolbox navigation edit git-svn-id: https://code.elgg.org/elgg/trunk@155 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/navigation/toolbox.php | 60 ++++++++++++++++++++++++++---------- 1 file changed, 43 insertions(+), 17 deletions(-) (limited to 'views/default') diff --git a/views/default/navigation/toolbox.php b/views/default/navigation/toolbox.php index 14b272846..bf96105ad 100644 --- a/views/default/navigation/toolbox.php +++ b/views/default/navigation/toolbox.php @@ -14,23 +14,49 @@ * */ + $menu = get_register('menu'); + + if (is_array($menu) && sizeof($menu) > 0) { + ?> \ No newline at end of file + + + +
  • +

    name ?>

    +children) > 0 ) { + + foreach($item->children as $subitem) { +?> +
  • + name; ?> +
  • + + + + + + + + \ No newline at end of file -- cgit v1.2.3