diff --git a/index.php b/index.php index 1f9adda..c379fd9 100644 --- a/index.php +++ b/index.php @@ -415,10 +415,17 @@ $core->callBehavior('translaterAdminHeaders'); echo ' -

' . __('Translater') . ' › ' . $title . -' - ' . __('Plugins') . '' . -' - ' . __('Themes') . '' . -' - ' . __('Import/Export') . '' . +

' . __('Translater') . ' › ' . $title; +if ($part == 'pack' || $type != 'plugin') { + echo ' / ' . __('Plugins') . ''; +} +if ($part == 'pack' || $type != 'theme') { + echo ' / ' . __('Themes') . ''; +} +if ($part != 'pack') { + echo ' / ' . __('Import/Export') . ''; +} +echo '

'; if (isset($succes[$msg])) {