blob: 3351edc93cf4ff9bfdd7b2921f5b93a20d13e2f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Empty view for backward compatibility.
*
* @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);
|