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" => [