From d82fe113bc4093356c7ef5f8ee210ca4340dced8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 30 Aug 2007 18:58:12 +0000 Subject: #53905 by fax8, Gurpartap Singh and dvessel: give meaningful names to term variables in forum templates and add unique IDs for easier themeing --- modules/forum/forum-topic-list.tpl.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/forum/forum-topic-list.tpl.php') diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php index 71c4ef337..5995850e2 100644 --- a/modules/forum/forum-topic-list.tpl.php +++ b/modules/forum/forum-topic-list.tpl.php @@ -10,6 +10,7 @@ * information. If you need to change this, @see template_preprocess_forum_topic_list(). * - $pager: The pager to display beneath the table. * - $topics: An array of topics to be displayed. + * - $topic_id: Numeric id for the current forum topic. * * Each $topic in $topics contains: * - $topic->icon: The icon to display. @@ -32,7 +33,7 @@ * @see theme_forum_topic_list() */ ?> - +
-- cgit v1.2.3