From cc1e8aed3059c62d56bccfc07f3041901cec8ebb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 30 Jan 2015 07:34:26 +0100 Subject: Rename the AUR software to aurweb Rename the project to help differentiate between the software providing access to the Arch User Repository and the collection of source packages itself. Signed-off-by: Lukas Fleischer --- web/template/cgit/footer.html | 2 +- web/template/footer.php | 4 ++-- web/template/header.php | 2 +- web/template/template.phps | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'web/template') diff --git a/web/template/cgit/footer.html b/web/template/cgit/footer.html index f90aeb7a..80481d92 100644 --- a/web/template/cgit/footer.html +++ b/web/template/cgit/footer.html @@ -1,6 +1,6 @@ diff --git a/web/template/footer.php b/web/template/footer.php index 806d3be5..1b451b3c 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -3,9 +3,9 @@ diff --git a/web/template/header.php b/web/template/header.php index 8a1494c1..3567536b 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -6,7 +6,7 @@ AUR (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> - + ' /> diff --git a/web/template/template.phps b/web/template/template.phps index 841277b8..4f8117c8 100644 --- a/web/template/template.phps +++ b/web/template/template.phps @@ -16,5 +16,5 @@ html_header(); # print out the HTML header print __("Hi, this is worth reading!")."
\n"; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); -- cgit v1.2.3-24-g4f1b