
Wrzucasz to do folderu plugins
<?php /** * Smarty plugin * @package Smarty * @subpackage plugins */ /** * Smarty count modifier plugin * * Type: modifier<br> * Name: count<br> * Purpose: count the number of elements * @param mixed * @return integer */ function smarty_modifier_count( $mixed ) { } ?>
<?php $objSmarty->assign( 'TAB', $arrTab ); //... ?>