summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-05-19 11:58:37 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-05-19 11:58:37 +0000
commitc5f9c709fd7372eaa301c6f4a4487908cb34d72b (patch)
tree9813e10bcb0f49d819d6359cd69d46693a512e2a /themes
parente7c727a6346734aceab54f392ea08fb0a2b5312b (diff)
downloadbrdo-c5f9c709fd7372eaa301c6f4a4487908cb34d72b.tar.gz
brdo-c5f9c709fd7372eaa301c6f4a4487908cb34d72b.tar.bz2
There was an "echo $story->cid;" after the date in $theme->story, which caused date/times for stories to appear like:
on Tuesday, 05/15/2001 - 18:393 on Friday, 05/11/2001 - 07:033 ...
Diffstat (limited to 'themes')
-rw-r--r--themes/yaroon/yaroon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme
index 47f531b1f..ec58c0610 100644
--- a/themes/yaroon/yaroon.theme
+++ b/themes/yaroon/yaroon.theme
@@ -128,7 +128,7 @@
<tr>
<td>
<a href="index.php?topic=<?php echo $story->tid; ?>"><img src="themes/yaroon/images/<?php echo $img; ?>" border="0" /></a>&nbsp;<b style="font-size: 12pt"><?php echo check_output($story->title); ?></b>
- <?php echo strtr(t("by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp), "small")); echo $story->cid; ?>
+ <?php echo strtr(t("by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp), "small")); ?>
</td>
</tr>
<tr><td bgcolor="<?php echo $color; ?>"><img src="themes/yaroon/images/pixel.gif" width="1" height="1" alt="" border="0" /></td></tr>