Index: branches/5.0.x/core/kernel/processors/main_processor.php =================================================================== diff -u -r12533 -r12589 --- branches/5.0.x/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 12533) +++ branches/5.0.x/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 12589) @@ -1,6 +1,6 @@ Application->ConfigValue('Root_Name'); - return $this->Application->Phrase($root_phrase); + $phrase_name = $this->Application->ConfigValue('Root_Name'); + $no_editing = array_key_exists('no_editing', $params) && $params['no_editing']; + + return $this->Application->Phrase($phrase_name, !$no_editing); } /**