diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-12 16:40:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-12 16:40:33 +0000 |
commit | ef0e2d167b114a26ebaf80f96f94e8014d80ed06 (patch) | |
tree | f49de9f8895d0edda67b8285211b42cea41389b5 /modules/drupal.module | |
parent | a4b93e3cc4622a7348a951554e944a88a7c5993a (diff) | |
download | brdo-ef0e2d167b114a26ebaf80f96f94e8014d80ed06.tar.gz brdo-ef0e2d167b114a26ebaf80f96f94e8014d80ed06.tar.bz2 |
During my nigthly session I fixed a few glitches in the example theme.
Read them carefully because the other theme might need updating too (I
don't think so though). I could only commit it now because I didn't
had the time to write up these comments/remarks yet. So here goes:
1. the comment() function only takes 2 arguments - $thread is no longer
needed and shouldn't be used in the code either.
2. I added 2 COLSPAN's to fix a <TD> problem in the story() function.
3. <A HREF="">home</A> is will not work properly when using drupal in
a subdirectory! Simply use <A HREF="index.php">home</A> instead -
it does matters. ;-)
4. Removed the $timestamp = format_timestamp(...)'s and used them
"directly" just like this is done for format_username and others.
It's generally more consistent now. :-)
Diffstat (limited to 'modules/drupal.module')
0 files changed, 0 insertions, 0 deletions