- Timestamp:
- 08/15/10 18:45:12 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/smarty/function.modulenavigation.php
r4453 r4578 27 27 function smarty_function_modulenavigation($params, $smarty) 28 28 { 29 $modulename = Clansuite_ Module_Controller_Resolver::getModuleName();29 $modulename = Clansuite_HttpRequest::getRoute()->getModuleName(); 30 30 $modulenavigation_file = ROOT_MOD. $modulename . DS . $modulename . '.menu.php'; 31 31 … … 36 36 # The file is located in clansuite/themes/core/view/modulenavigation-generic.tpl 37 37 return $smarty->fetch('modulenavigation-generic.tpl'); 38 39 38 } 40 39 else
Note: See TracChangeset
for help on using the changeset viewer.
