summaryrefslogtreecommitdiffstats
path: root/web/html/account.php
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-09-24 16:57:35 +0200
committereliott <eliott@cactuswax.net>2007-09-24 16:57:35 +0200
commitaebdd21b58046f647c7c500dde5152ba774303ab (patch)
tree38472bb7a4decb86d83e31bd1be6af98ee094dbc /web/html/account.php
parentac8291a5dcbfe9edf53d627be1139fe52708d4ce (diff)
downloadaur-aebdd21b58046f647c7c500dde5152ba774303ab.tar.gz
aur-aebdd21b58046f647c7c500dde5152ba774303ab.tar.xz
More changes to page styles.
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
?>