summaryrefslogtreecommitdiffstats
path: root/web/html/account.php
diff options
context:
space:
mode:
authorPaul Mattal <paul@mattal.com>2007-09-25 13:00:55 +0200
committerPaul Mattal <paul@mattal.com>2007-09-25 13:00:55 +0200
commit220708c4ca12a581e175236606401ea0beae9a40 (patch)
tree23d5be27ba85398eec3a746441d4570237b88f89 /web/html/account.php
parentc5907e3845c1eeb0a80f4226dfac2fa9d27d52ba (diff)
parent4e4f2728c1c4e4bf030b579dc41b530b06166271 (diff)
downloadaur-220708c4ca12a581e175236606401ea0beae9a40.tar.gz
aur-220708c4ca12a581e175236606401ea0beae9a40.tar.xz
Merge commit 'eliott/master' into testing
Diffstat (limited to 'web/html/account.php')
-rw-r--r--web/html/account.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/html/account.php b/web/html/account.php
index fd9cc617..3d981715 100644
--- a/web/html/account.php
+++ b/web/html/account.php
@@ -13,6 +13,10 @@ html_header(); # print out the HTML header
# Main page processing here
#
+echo "<div class=\"pgbox\">\n";
+echo " <div class=\"pgboxtitle\"><span class=\"f3\">".__("Accounts")."</span></div>\n";
+echo " <div class=\"pgboxbody\">\n";
+
if (isset($_COOKIE["AURSID"])) {
# visitor is logged in
#
@@ -148,6 +152,9 @@ if (isset($_COOKIE["AURSID"])) {
}
}
+echo " </div>";
+echo "</div>";
+
html_footer("\$Id$");
# vim: ts=2 sw=2 noet ft=php
?>