Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

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

    r4284 r4599  
    88/** 
    99 * Smarty Currentmodule 
    10  * Displays they name of the current module 
     10 * 
     11 * Displays the name of the current module 
    1112 * 
    1213 * Examples: 
     
    2627function smarty_function_currentmodule($params, $smarty) 
    2728{ 
    28     return Clansuite_Module_Controller_Resolver::getModuleName(); 
     29    return Clansuite_TargetRoute::getModuleName(); 
    2930} 
    3031?> 
Note: See TracChangeset for help on using the changeset viewer.