diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/forum/forum-topic-list.tpl.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/forum/forum-topic-list.tpl.php Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,62 @@ +icon: The icon to display. + * - $topic->moved: A flag to indicate whether the topic has been moved to + * another forum. + * - $topic->title: The title of the topic. Safe to output. + * - $topic->message: If the topic has been moved, this contains an + * explanation and a link. + * - $topic->zebra: 'even' or 'odd' string used for row class. + * - $topic->num_comments: The number of replies on this topic. + * - $topic->new_replies: A flag to indicate whether there are unread comments. + * - $topic->new_url: If there are unread replies, this is a link to them. + * - $topic->new_text: Text containing the translated, properly pluralized count. + * - $topic->created: An outputtable string represented when the topic was posted. + * - $topic->last_reply: An outputtable string representing when the topic was + * last replied to. + * - $topic->timestamp: The raw timestamp this topic was posted. + * + * @see template_preprocess_forum_topic_list() + * @see theme_forum_topic_list() + */ +?> + + + + + + + + + + moved): ?> + + + + + + + + + +
icon; ?>title; ?>message; ?> + num_comments; ?> + new_replies): ?> +
+ new_text; ?> + +
created; ?>last_reply; ?>
+