Index: branches/RC/core/units/admin/admin_tag_processor.php =================================================================== diff -u -N -r10098 -r10448 --- branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 10098) +++ branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 10448) @@ -743,7 +743,7 @@ function MainFrameLink($params) { $persistent = isset($params['persistent']) && $params['persistent']; - if ($persistent) { + if ($persistent && $this->Application->ConfigValue('RememberLastAdminTemplate')) { // check last_template in persistent session $last_template = $this->Application->RecallPersistentVar('last_template_popup'); }