From 5bc4b63d8f19f370011392395d5165eca3e2e494 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 2 Jun 2020 23:10:35 -0600 Subject: [PATCH] More branding, remove unimplemented schedule card --- pages/home.php | 6 +++--- public/index.php | 2 +- settings.template.php | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/home.php b/pages/home.php index 94cbdc0..710428e 100644 --- a/pages/home.php +++ b/pages/home.php @@ -27,8 +27,8 @@
-
-
+
+
diff --git a/public/index.php b/public/index.php index 4ffdfdb..9e0dbe6 100644 --- a/public/index.php +++ b/public/index.php @@ -13,7 +13,7 @@ require_once __DIR__ . "/../lib/required_public.php"; -Machine Lookup +<?php echo $SETTINGS["branding"]["publictitle"]; ?> diff --git a/settings.template.php b/settings.template.php index f54fa48..5fa6ace 100644 --- a/settings.template.php +++ b/settings.template.php @@ -37,7 +37,9 @@ $SETTINGS = [ // Name of the app. "site_title" => "MachineManager", "branding" => [ - "machineidnumber" => "Netsyms machine ID number" + "machineidnumber" => "Netsyms machine ID number", + "shortmachineid" => "Machine ID Number", + "publictitle" => "Machine Lookup" ], // Settings for connecting to the AccountHub server. "accounthub" => [