diff --git a/Documentation.html b/Documentation.html
index 6455ad25e8..0dbafe4895 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2302,12 +2302,6 @@ setfacl -d -m "g:www-data:rwx" tmp
format string expansion.
-
diff --git a/server_status.php b/server_status.php
index c35ae5a7bc..be4f8ac748 100644
--- a/server_status.php
+++ b/server_status.php
@@ -786,9 +786,7 @@ require 'libraries/server_links.inc.php';
/**
* Displays the sub-page heading
*/
-if ($GLOBALS['cfg']['MainPageIconic']) {
- echo PMA_getImage('s_status.png');
-}
+echo PMA_getImage('s_status.png');
echo __('Runtime Information');
diff --git a/server_synchronize.php b/server_synchronize.php
index 029202e494..68a859a24a 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1222,11 +1222,7 @@ if (! isset($_REQUEST['submit_connect'])
/**
* Displays the sub-page heading
*/
- echo '' . ($GLOBALS['cfg']['MainPageIconic']
- ? PMA_getImage('s_sync.png')
- : '')
- . __('Synchronize')
- .'
';
+ echo '' . PMA_getImage('s_sync.png') . __('Synchronize') .'
';
echo '