@Daresh, when using the last .tpl file I receive the following warning:    
	The line in question is:   
	if (!empty($_smarty_tpl->tpl_vars['path']->value)) { 
	$_smarty_tpl->_assignInScope('matchCount', preg_match_all('/<a.+?href="(.+?)"[^>]*>([^<]*)<\/a>/',$_smarty_tpl->tpl_vars['path']->value,$_smarty_tpl->tpl_vars['matches']->value)); 
	$_smarty_tpl->_assignInScope('breadcrumbs', array()); 
	$_smarty_tpl->tpl_vars['i'] = new Smarty_Variable(null, $_smarty_tpl->isRenderingCache); 
	$_smarty_tpl->tpl_vars['i']->value = 0;  
	(second one)  
	What should I change?  
	Otherwise the file is workign excelent!