diff options
author | Paul Mattal <paul@mattal.com> | 2007-09-27 15:18:25 +0200 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-09-27 15:18:25 +0200 |
commit | 2b794c635fe598efb7e4d6f5876e0a991b3d6e2f (patch) | |
tree | 4531589e27ddeaab7cdc2847c3a8bd03976e9bdc /web/html/index.php | |
parent | de365c6e0c853c60f1a713b39a6b190a3bd40900 (diff) | |
download | aur-2b794c635fe598efb7e4d6f5876e0a991b3d6e2f.tar.gz aur-2b794c635fe598efb7e4d6f5876e0a991b3d6e2f.tar.xz |
Changed homepage box title to "AUR Home" to match patch from tardo.
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 4e38e1e1..b9a85038 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -80,7 +80,7 @@ html_header(); # Big Top Level Table (Table 1) echo "<div class=\"pgbox\">\n"; -echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR-".__("Home")."</span></div>\n"; +echo " <div class=\"pgboxtitle\"><span class=\"f3\">AUR ".__("Home")."</span></div>\n"; echo " <div class=\"frontpgboxbody\">\n"; echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n"; echo "<tr>\n"; |