Add missing subheader

This commit is contained in:
Michal Čihař
2011-02-08 15:30:02 +01:00
parent 72165d9c9d
commit 47a5cfe7c7

View File

@@ -13,6 +13,14 @@ require_once './libraries/server_common.inc.php';
require './libraries/server_links.inc.php';
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '')
. ' ' . __('Processes') . "\n"
. '</h2>' . "\n";
/**
* Kills a selected process
*/