Index: branches/5.2.x/core/kernel/application.php =================================================================== diff -u -N -r14787 -r14803 --- branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14787) +++ branches/5.2.x/core/kernel/application.php (.../application.php) (revision 14803) @@ -1,6 +1,6 @@ EventManager->ProcessRequest(); $this->InitParser(); - $t = $this->GetVar('t'); + $t = $this->GetVar('render_template', $this->GetVar('t')); if ( !$this->TemplatesCache->TemplateExists($t) && !$this->isAdmin ) { $cms_handler =& $this->recallObject('st_EventHandler');