From b8cf8f382819f7e528bfceb45e7f964e42e6d47a Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 22 Feb 2011 01:29:26 +0000 Subject: Cleaned up some nav views git-svn-id: http://code.elgg.org/elgg/trunk@8405 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/navigation/listtype.php | 2 +- views/default/navigation/topbar_tools.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/default/navigation/listtype.php b/views/default/navigation/listtype.php index 9b86df40c..e90667e8d 100644 --- a/views/default/navigation/listtype.php +++ b/views/default/navigation/listtype.php @@ -22,7 +22,7 @@ if (substr_count($baseurl,'?')) { ?> -

+

:

\ No newline at end of file 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 -- cgit v1.2.3