Index: trunk/core/kernel/application.php =================================================================== diff -u -r3513 -r3559 --- trunk/core/kernel/application.php (.../application.php) (revision 3513) +++ trunk/core/kernel/application.php (.../application.php) (revision 3559) @@ -787,6 +787,11 @@ { if(!$t) $t = $this->GetVar('t'); // moved from kMainTagProcessor->T() + if ($this->GetVar('skip_last_template')) { + $params['opener'] = 'p'; + $this->SetVar('m_opener', 'p'); + } + if( substr($t, -4) == '.tpl' ) $t = substr($t, 0, strlen($t) - 4 ); if ( $this->IsAdmin() && $prefix == '') $prefix = '/admin';