<?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
}