diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/forum/forum-list.tpl.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/forum/forum-list.tpl.php Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,72 @@ +is_container: Is TRUE if the forum can contain other forums. Is + * FALSE if the forum can contain only topics. + * - $forum->depth: How deep the forum is in the current hierarchy. + * - $forum->zebra: 'even' or 'odd' string used for row class. + * - $forum->name: The name of the forum. + * - $forum->link: The URL to link to this forum. + * - $forum->description: The description of this forum. + * - $forum->new_topics: True if the forum contains unread posts. + * - $forum->new_url: A URL to the forum's unread posts. + * - $forum->new_text: Text for the above URL which tells how many new posts. + * - $forum->old_topics: A count of posts that have already been read. + * - $forum->num_posts: The total number of posts in the forum. + * - $forum->last_reply: Text representing the last time a forum was posted or + * commented in. + * + * @see template_preprocess_forum_list() + * @see theme_forum_list() + */ +?> +
+ | + | + | + |
---|---|---|---|
is_container ? 'colspan="4" class="container"' : 'class="forum"'; ?>>
+
+ ', $forum->depth); ?>
+
+ description): ?>
+ description; ?>
+
+ ', $forum->depth); ?>
+ |
+ is_container): ?>
+
+ num_topics ?>
+ new_topics): ?>
+ + new_text; ?> + + |
+ num_posts ?> | +last_reply ?> | + +