From 47a5cfe7c74a769d9da25d038b41e8b82239a3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 15:30:02 +0100 Subject: [PATCH] Add missing subheader --- server_processlist.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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 */