From 249d92f5aa32ea0f117bf49931355984f066054e Mon Sep 17 00:00:00 2001 From: eliott Date: Sun, 17 Feb 2008 20:47:59 -0800 Subject: Cleaned up the front page. Cleaned up the front page. Removed the blank box on the right of the front page, that was leftover from the change to the login form (move). --- web/html/index.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'web/html') diff --git a/web/html/index.php b/web/html/index.php index 7e04d59..895fc8a 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -14,23 +14,18 @@ echo "
\n"; echo "
AUR ".__("Home")."
\n"; echo "
\n"; echo "\n"; -echo "\n"; - -# MAIN: Top Left -print "\n"; +print ""; -print ""; # MAIN: Bottom Left -print ""; -print ""; print ""; print "
"; +# MAIN: Top +echo "
"; print "

".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information.", array('', '', '', ''))."
"; print __("Contributed PKGBUILDs must conform to the %hArch Packaging Standards%h otherwise they will be deleted!", array('', ''))."

"; print "

".__("Remember to vote for your favourite packages!")."
"; print __("The most popular packages will be provided as binary packages in [community].")."

"; - -# MAIN: Top Right print "
"; +print "
"; -- cgit v1.2.3-54-g00ecf