diff --git a/themes/default/Admin.template.php b/themes/default/Admin.template.php index d9fe8c62a9..df88b6a7d2 100644 --- a/themes/default/Admin.template.php +++ b/themes/default/Admin.template.php @@ -1418,28 +1418,32 @@ function template_core_features() echo '
'; + if ($context['is_new_install']) { echo ' @@ -1515,16 +1522,6 @@ function template_core_features() } echo ' -
-

'; - - template_admin_quick_search(); - - echo $txt['core_settings_title'], ' -

- -
-

', $txt['core_settings_desc'], '

'; @@ -1802,6 +1799,7 @@ function template_clean_cache_button_below() function template_admin_quick_search() { global $context, $settings, $txt, $scripturl; + if ($context['user']['is_admin']) echo '