diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-04-14 11:01:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-04-14 11:01:17 +0000 |
commit | f0594d757ee018b2f7527f5241fe64d8ba89f92e (patch) | |
tree | 0586d0c67dc7973d0cfbd8d59a58d35cf3c1d637 /themes | |
parent | a6a0e805509d749c4ae54c99f16fbd1acfbb9be8 (diff) | |
download | brdo-f0594d757ee018b2f7527f5241fe64d8ba89f92e.tar.gz brdo-f0594d757ee018b2f7527f5241fe64d8ba89f92e.tar.bz2 |
- fixed a small detail
On a side not, I'm browsing drop.org from a Windows ME computer and came
to the conclusion that only theme UnConeD looks cool, and that the other
themes not 100%. Theme marvin's font seems to be huge and the sideboxes
wrap (which is ugly).
Diffstat (limited to 'themes')
-rw-r--r-- | themes/unconed/unconed.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index c7533dcdc..5556c6bf0 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -81,7 +81,7 @@ function story($story, $reply = 0) { $timestamp = format_date($story->timestamp); - print "\n<!-- story: \"$story->subject\" -->\n"; + print "\n<!-- story: \"$story->title\" -->\n"; ?> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR="<?php echo $this->brcolor1; ?>" WIDTH="100%"> <TR><TD> |