diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-06-11 14:09:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-06-11 14:09:48 +0000 |
commit | 5c6ddd0a01579d9b88b777663c2c8196484467a8 (patch) | |
tree | d718697f4879636424c249c4c053872f1a467a61 | |
parent | 130cbb719866dcbb5a704902cac989a380748494 (diff) | |
download | brdo-5c6ddd0a01579d9b88b777663c2c8196484467a8.tar.gz brdo-5c6ddd0a01579d9b88b777663c2c8196484467a8.tar.bz2 |
Bugfix:
* Temporary bugfix to fix a problem with UnConeD's theme. Don't worry,
it's because some changes I made ... which should be fixed now.
Note:
* Btw, has someone bothered to scale the calendar.class.php to fit nicely
in IE (Windows)? Please do. ;-)
-rw-r--r-- | functions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.inc b/functions.inc index 3cf00b0a3..464835a1c 100644 --- a/functions.inc +++ b/functions.inc @@ -191,7 +191,7 @@ function displayAccount($theme) { if ($user) { ### Display account settings: - $content .= "<LI><A HREF=\"submission.php\">moderate submissions</A> (". submission_count() .")</LI>"; +// $content .= "<LI><A HREF=\"submission.php\">moderate submissions</A> (". submission_count() .")</LI>"; $theme->box("$user->userid's account", "$content"); } } |