Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

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

    r4453 r4578  
    2727function smarty_function_modulenavigation($params, $smarty) 
    2828{ 
    29     $modulename = Clansuite_Module_Controller_Resolver::getModuleName(); 
     29    $modulename = Clansuite_HttpRequest::getRoute()->getModuleName(); 
    3030    $modulenavigation_file = ROOT_MOD. $modulename . DS . $modulename . '.menu.php'; 
    3131 
     
    3636        # The file is located in clansuite/themes/core/view/modulenavigation-generic.tpl 
    3737        return $smarty->fetch('modulenavigation-generic.tpl'); 
    38  
    3938    } 
    4039    else 
Note: See TracChangeset for help on using the changeset viewer.