1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php /** * 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 } ?>