Index: branches/5.0.x/core/units/sections/site_config_tp.php =================================================================== diff -u -r12370 -r12495 --- branches/5.0.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 12370) +++ branches/5.0.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 12495) @@ -1,6 +1,6 @@ Array ('image' => 'show_structure', 'title' => 'Browse Mode'), + EDITING_MODE_BROWSE => Array ('image' => 'browse_site_mode', 'title' => 'Browse Mode'), EDITING_MODE_CONTENT => Array ('image' => 'content_mode', 'title' => 'Content Mode'), - EDITING_MODE_DESIGN => Array ('image' => 'show_all', 'title' => 'Design Mode'), + EDITING_MODE_DESIGN => Array ('image' => 'design_mode', 'title' => 'Design Mode'), ); $site_config_helper =& $this->Application->recallObject('SiteConfigHelper');