From 76daccca0cfa86ccb43628f56e628475a0cfe98c 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/account_delete.php | 3 ++- web/template/account_edit_form.php | 2 +- web/template/header.php | 8 ++++---- web/template/stats/updates_table.php | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'web/template') diff --git a/web/template/account_delete.php b/web/template/account_delete.php index 74f386d..6a874f5 100644 --- a/web/template/account_delete.php +++ b/web/template/account_delete.php @@ -1,5 +1,6 @@

- ' . htmlspecialchars($username) . '') ?> + ' . htmlspecialchars($username) . '') ?>

', '') ?> diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 19821a0..fda5a28 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -132,7 +132,7 @@

- +

diff --git a/web/template/header.php b/web/template/header.php index 874109a..2ab1d6b 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', 'branding_shortname'); ?> (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> @@ -16,7 +16,7 @@

- +
@@ -53,7 +53,7 @@
    -
  • AUR
  • +
  • ">
  • diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 580583b..4bc8a63 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -1,6 +1,6 @@

    ()

    -RSS Feed +RSS Feed -- cgit v1.2.3-54-g00ecf