From d2f327338cebf41b758d2bed73cdd43721736b95 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 22 Jul 2016 19:21:48 +0200 Subject: [PATCH] Updated footer --- plugins/dynamix/include/DefaultPageLayout.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index 538689859..73f8579d7 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -316,11 +316,13 @@ default: } echo "• Dynamix webGui v"; echo exec("/usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin version /var/log/plugins/dynamix.plg"); -echo "unRAID® webGui © 2016, Lime Technology, Inc. Online Manual"; +echo ""; +echo "unRAID webGui 2016, Lime Technology, Inc."; if (isset($myPage['Author'])) { - echo " | Page author: {$myPage['Author']}"; + echo " | Page author: {$myPage['Author']}"; if (isset($myPage['Version'])) echo ", version: {$myPage['Version']}"; } +echo " manual"; echo ""; ?>