diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme
index 36a5a408d08..e3d15db3e31 100644
--- a/themes/jeroen/jeroen.theme
+++ b/themes/jeroen/jeroen.theme
@@ -79,7 +79,7 @@
} // close header function
- function story($story, $reply = 0) {
+ function story($story, $main = 0) {
?>
@@ -118,7 +118,7 @@
- section) ."\">". check_output($story->section) ."";
+ section) ."\">". check_output($story->section) ."cid\">". check_output($story->category) ." / tid\">". check_output($story->topic) ."";
?>
@@ -130,7 +130,7 @@
". check_output($story->abstract, 1) ." ";
- if ($reply && $story->body)
+ if (!$main && $story->body)
echo " ". check_output($story->body, 1) ." ";
?>
@@ -139,13 +139,9 @@
|
-
". theme_morelink($this, $story) ."";
- else
- echo "". $reply ."";
?>
|