diff options
Diffstat (limited to 'modules/forum/forums.tpl.php')
-rw-r--r-- | modules/forum/forums.tpl.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php index 0db6c4d48..2c9e2efa0 100644 --- a/modules/forum/forums.tpl.php +++ b/modules/forum/forums.tpl.php @@ -7,9 +7,6 @@ * containers as well as forum topics. * * Variables available: - * - $links: An array of links that allow a user to post new forum topics. - * It may also contain a string telling a user they must log in in order - * to post. * - $forums: The forums to display (as processed by forum-list.tpl.php) * - $topics: The topics to display (as processed by forum-topic-list.tpl.php) * - $forums_defined: A flag to indicate that the forums are configured. @@ -20,7 +17,6 @@ ?> <?php if ($forums_defined): ?> <div id="forum"> - <?php print theme('links', array('links' => $links)); ?> <?php print $forums; ?> <?php print $topics; ?> </div> |