Index: branches/5.2.x/core/kernel/db/cat_tag_processor.php =================================================================== diff -u -N -r15274 -r15360 --- branches/5.2.x/core/kernel/db/cat_tag_processor.php (.../cat_tag_processor.php) (revision 15274) +++ branches/5.2.x/core/kernel/db/cat_tag_processor.php (.../cat_tag_processor.php) (revision 15360) @@ -1,6 +1,6 @@ Application->isAdmin) { // link from Admin to Front-end - $params['index_file'] = 'index.php'; $params['prefix'] = '_FRONT_END_'; if ( $this->Application->ConfigValue('UseModRewrite') ) { $params['__MOD_REWRITE__'] = 1; } + else { + $params['index_file'] = 'index.php'; + } } if ( !isset($params['pass']) ) { @@ -127,14 +129,8 @@ $params['editing_mode'] = $settings['default_editing_mode']; $params['m_theme'] = $themes_helper->getCurrentThemeId(); - $params['index_file'] = 'index.php'; - $params['prefix'] = '_FRONT_END_'; $params['admin'] = 1; - if ($this->Application->ConfigValue('UseModRewrite')) { - $params['__MOD_REWRITE__'] = 1; - } - return $this->ItemLink($params); }