Index: branches/RC/core/units/stop_words/stop_words_config.php =================================================================== diff -u -r11574 -r11612 --- branches/RC/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 11574) +++ branches/RC/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 11612) @@ -43,12 +43,12 @@ 'Sections' => Array ( 'in-portal:stop_words' => Array ( - 'parent' => 'in-portal:system', + 'parent' => 'in-portal:website_setting_folder', 'icon' => 'custom', 'label' => 'la_title_StopWords', 'url' => Array('t' => 'stop_words/stop_word_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 3.3, + 'priority' => 8, 'type' => stTREE, ), ),