Changeset 4597 for trunk/core/viewhelper/smarty/function.breadcrumbs.php
- Timestamp:
- 08/22/10 19:35:26 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/smarty/function.breadcrumbs.php
r4578 r4597 1 1 <?php 2 /** 3 * Smarty plugin 4 * @package Smarty 5 * @subpackage plugins 6 */ 7 8 /** 9 * This smarty function is part of "Clansuite - just an eSports CMS" 10 * @link http://www.clansuite.com 11 * 12 * @author Jens-André Koch <vain@clansuite.com> 13 * @copyright Jens-André Koch (2005 - onwards) 14 * @license GNU General Public License v2 or any later version 15 * @version SVN $Id$ 16 * 17 * @example 18 * {breadcrumbs} 19 * 20 * @return string 21 */ 2 22 function smarty_function_breadcrumbs($params, $smarty) 3 23 { … … 12 32 } 13 33 14 Clansuite_Debug::firebug($trail);34 #Clansuite_Debug::firebug($trail); 15 35 16 36 # is the seperator element set via the smarty function call?
Note: See TracChangeset
for help on using the changeset viewer.
