diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-22 01:29:26 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-22 01:29:26 +0000 |
commit | b8cf8f382819f7e528bfceb45e7f964e42e6d47a (patch) | |
tree | 65e0edbe113db0bf403daf12962daa4e20103743 /views/default/navigation/topbar_tools.php | |
parent | ed74eb05fb6602018eb940892e541fffa56e91c3 (diff) | |
download | elgg-b8cf8f382819f7e528bfceb45e7f964e42e6d47a.tar.gz elgg-b8cf8f382819f7e528bfceb45e7f964e42e6d47a.tar.bz2 |
Cleaned up some nav views
git-svn-id: http://code.elgg.org/elgg/trunk@8405 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/navigation/topbar_tools.php')
-rw-r--r-- | views/default/navigation/topbar_tools.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/navigation/topbar_tools.php b/views/default/navigation/topbar_tools.php index 44cf4a63d..3351edc93 100644 --- a/views/default/navigation/topbar_tools.php +++ b/views/default/navigation/topbar_tools.php @@ -4,5 +4,7 @@ * * @package Elgg * @subpackage Core - * + * + * @deprecated 1.8 Extend the topbar menus or the page/elements/topbar view directly */ +elgg_deprecated_notice('navigation/topbar_tools was deprecated. Extend the topbar menus or the page/elements/topbar view directly', 1.8);
\ No newline at end of file |