Add missing subheader
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user