Ignore:
Timestamp:
08/22/10 19:35:26 (21 months ago)
Author:
vain
Message:
  • fix bugs on subcontroller recognition and enabled subcontroller dispatching
  • added method dispatchable() to test the routing, before dispatching
  • added method reset() to set default values to the TargetRoute? object
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/smarty/function.breadcrumbs.php

    r4578 r4597  
    11<?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 */ 
    222function smarty_function_breadcrumbs($params, $smarty) 
    323{ 
     
    1232    } 
    1333 
    14     Clansuite_Debug::firebug($trail); 
     34    #Clansuite_Debug::firebug($trail); 
    1535 
    1636    # is the seperator element set via the smarty function call? 
Note: See TracChangeset for help on using the changeset viewer.