From 5e73b66f3a00d42567b8d6b35ee821788428dc75 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 26 Aug 2007 07:46:11 +0000 Subject: - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches. --- modules/forum/forum.module | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index c529682f9..9701ec266 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -34,27 +34,27 @@ function forum_help($path, $arg) { function forum_theme() { return array( 'forums' => array( - 'file' => 'forums', + 'template' => 'forums', 'arguments' => array('forums' => NULL, 'topics' => NULL, 'parents' => NULL, 'tid' => NULL, 'sortby' => NULL, 'forum_per_page' => NULL), ), 'forum_list' => array( - 'file' => 'forum-list', + 'template' => 'forum-list', 'arguments' => array('forums' => NULL, 'parents' => NULL, 'tid' => NULL), ), 'forum_topic_list' => array( - 'file' => 'forum-topic-list', + 'template' => 'forum-topic-list', 'arguments' => array('tid' => NULL, 'topics' => NULL, 'sortby' => NULL, 'forum_per_page' => NULL), ), 'forum_icon' => array( - 'file' => 'forum-icon', + 'template' => 'forum-icon', 'arguments' => array('new_posts' => NULL, 'num_posts' => 0, 'comment_mode' => 0, 'sticky' => 0), ), 'forum_topic_navigation' => array( - 'file' => 'forum-topic-navigation', + 'template' => 'forum-topic-navigation', 'arguments' => array('node' => NULL), ), 'forum_submitted' => array( - 'file' => 'forum-submitted', + 'template' => 'forum-submitted', 'arguments' => array('topic' => NULL), ), ); -- cgit v1.2.3