From 881b921eb30f5a28226e8b25ef194c4254cb09d5 Mon Sep 17 00:00:00 2001 From: tardo Date: Sat, 29 Sep 2007 22:45:30 -0400 Subject: Fixed version strings. Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo --- web/html/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/template.php') diff --git a/web/html/template.php b/web/html/template.php index 175ba0b4..6a158de8 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -15,7 +15,7 @@ html_header(); # print out the HTML header print __("Hi, this is worth reading!")."
\n"; -html_footer("\$Id$"); # Use the $Id$ keyword +html_footer(AUR_VERSION); # Use the $Id$ keyword # NOTE: when checking in a new file, use # 'svn propset svn:keywords "Id" filename.php' # to tell svn to expand the "Id" keyword. -- cgit v1.2.3-24-g4f1b