From 4ea091174ce896e1293689de76f7a5122c4e834e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:12:05 -0500 Subject: Make the instance name and domain configurable. --- web/template/header.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/template/header.php') diff --git a/web/template/header.php b/web/template/header.php index 874109a..96bf6c5 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -4,7 +4,7 @@ - AUR (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> + <?= config_get('options', 'aur_shortname'); ?> (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> @@ -16,7 +16,7 @@
- +
@@ -53,7 +53,7 @@