aboutsummaryrefslogtreecommitdiff
path: root/views/default/navigation/toolbox.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/navigation/toolbox.php')
-rw-r--r--views/default/navigation/toolbox.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/views/default/navigation/toolbox.php b/views/default/navigation/toolbox.php
deleted file mode 100644
index 14b272846..000000000
--- a/views/default/navigation/toolbox.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
- /**
- * Elgg standard toolbox
- * The standard user toolbox that displays a users menu options
- * This will be populated depending on the plugins active - only plugin navigation will appear here
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- *
- */
-
-?>
-
-<ul>
- <li>
- <h2>Menu one</h2>
- <ul>
- <li>option one</li>
- <li>option two</li>
- <li>option three</li>
- </ul>
- </li>
- <li>
- <h2>Menu two</h2>
- <ul>
- <li>option one</li>
- <li>option two</li>
- <li>option three</li>
- </ul>
- </li>
-</ul> \ No newline at end of file