diff options
Diffstat (limited to 'web/template/template.phps')
-rw-r--r-- | web/template/template.phps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/template.phps b/web/template/template.phps index 841277b..4f8117c 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!")."<br />\n"; -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); |