From 8cd97cdd7d9bd526d6b41362d011614919acabae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 22 Oct 2007 09:36:05 +0000 Subject: #147492 by flobruit: make 'more' links themeable --- modules/forum/forum.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index a52dcb5e9..600ae5a46 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -413,9 +413,8 @@ function forum_block($op = 'list', $delta = 0, $edit = array()) { } if (!empty($content)) { - $content .= ''; $block['subject'] = $title; - $block['content'] = $content; + $block['content'] = $content . theme('more_link', url('forum'), t('Read the latest forum topics.')); return $block; } } -- cgit v1.2.3