diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
commit | f055cf11e09d324739ede0a04cd957e2de438ad1 (patch) | |
tree | d02fff019db0623f014eb7f7be791186a2da577c /includes/theme.inc | |
parent | 697e5eb49dc29e47333c0805c4ee97de28b7ff76 (diff) | |
download | brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.gz brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.bz2 |
- fixed PHP4.0.4 problem in discussion.php.
- some improvements to account.php and theme.inc.
- updated the documentation (again, again and again)
- added INSTALL file
- removed redundant files
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 75413bdfa..8ce804be0 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -18,9 +18,9 @@ function theme_account($theme) { $content .= "<LI><A HREF=\"submission.php\">submission queue</A> (<FONT COLOR=\"red\">". submission_number() ."</FONT>)</LI>\n"; $content .= "<P>\n"; $content .= "<LI><A HREF=\"account.php?op=edit&topic=diary\">edit your diary</A></LI>\n"; - $content .= "<LI><A HREF=\"account.php?op=edit&topic=user\">edit user settings</A></LI>\n"; - $content .= "<LI><A HREF=\"account.php?op=edit&topic=site\">edit site settings</A></LI>\n"; - $content .= "<LI><A HREF=\"account.php?op=edit&topic=content\">edit content settings</A></LI>\n"; + $content .= "<LI><A HREF=\"account.php?op=edit&topic=user\">edit your information</A></LI>\n"; + $content .= "<LI><A HREF=\"account.php?op=edit&topic=site\">edit your preferences</A></LI>\n"; + $content .= "<LI><A HREF=\"account.php?op=edit&topic=content\">edit site content</A></LI>\n"; $content .= "<P>\n"; $content .= "<LI><A HREF=\"account.php?op=view&topic=diary\">view your diary</A></LI>\n"; $content .= "<LI><A HREF=\"account.php?op=view&topic=info\">view user settings</A></LI>\n"; |