diff --git a/server_processlist.php b/server_processlist.php index 0bfb5c221..1e3102153 100644 --- a/server_processlist.php +++ b/server_processlist.php @@ -13,6 +13,14 @@ require_once './libraries/server_common.inc.php'; require './libraries/server_links.inc.php'; +/** + * Displays the sub-page heading + */ +echo '

' . "\n" + . ($GLOBALS['cfg']['MainPageIconic'] ? '' : '') + . ' ' . __('Processes') . "\n" + . '

' . "\n"; + /** * Kills a selected process */