From b330d193bbd0170b6caabd604d30fc64c7b1d2d3 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Mon, 13 Jul 2015 09:43:34 +0200 Subject: Add option to add custom title in header (esm:custom_title) Last login : add option to enable or not Disk : add filesystem Disk : values are centered --- index.php | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 457f85c..1aa34af 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,12 @@ $update = $Config->checkUpdate();
- - + get('esm:custom_title') != '') + echo $Config->get('esm:custom_title'); + else + echo Misc::getHostname().' - '.Misc::getLanIP(); + ?>
@@ -221,8 +226,9 @@ $update = $Config->checkUpdate(); + - + @@ -316,9 +322,13 @@ $update = $Config->checkUpdate();
-
Filesystem MountUseUse Free Used Total
- -
+ get('last_login:enable') == true): ?> + + +
+ +

Disabled

+ -- cgit v1.3