Changed homepage box title to "AUR Home" to match patch from tardo.

This commit is contained in:
Paul Mattal 2007-09-27 09:18:25 -04:00
parent de365c6e0c
commit 2b794c635f

View file

@ -80,7 +80,7 @@ html_header();
# Big Top Level Table (Table 1) # Big Top Level Table (Table 1)
echo "<div class=\"pgbox\">\n"; 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 " <div class=\"frontpgboxbody\">\n";
echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n"; echo "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
echo "<tr>\n"; echo "<tr>\n";