summaryrefslogtreecommitdiff
path: root/smartyplugins/function.menu.php
blob: 7461c767b72cc07f42ce91203dbb85ed186499dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
namespace Bitweaver\Plugins;

/**
 * Smarty plugin
 * @package Smarty
 * @subpackage plugins
 */

/**
 * smarty_function_menu
 * 
 * this is only kept to avoid sites from breaking that use {menu} in the layout
 */
function smarty_function_menu($params, &$gBitSmarty) {
	// Dummy
}