Changeset 4599 for trunk/core/viewhelper/smarty/function.currentmodule.php
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/smarty/function.currentmodule.php
r4284 r4599 8 8 /** 9 9 * Smarty Currentmodule 10 * Displays they name of the current module 10 * 11 * Displays the name of the current module 11 12 * 12 13 * Examples: … … 26 27 function smarty_function_currentmodule($params, $smarty) 27 28 { 28 return Clansuite_ Module_Controller_Resolver::getModuleName();29 return Clansuite_TargetRoute::getModuleName(); 29 30 } 30 31 ?>
Note: See TracChangeset
for help on using the changeset viewer.
