diff options
Diffstat (limited to 'modules/forum/forums.tpl.php')
-rw-r--r-- | modules/forum/forums.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php index d9a0506c6..0db6c4d48 100644 --- a/modules/forum/forums.tpl.php +++ b/modules/forum/forums.tpl.php @@ -20,7 +20,7 @@ ?> <?php if ($forums_defined): ?> <div id="forum"> - <?php print theme('links', $links); ?> + <?php print theme('links', array('links' => $links)); ?> <?php print $forums; ?> <?php print $topics; ?> </div> |