Added forum control links

This commit is contained in:
Tristan Olive 2013-01-09 23:09:04 -05:00 committed by Oliver Bock
parent 5d644fb91b
commit b22416d789
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
?>
<?php if ($forums_defined): ?>
<div id="forum">
<?php // print theme('links', $links); ?>
<?php print theme('links', $links); ?>
<?php print $forums; ?>
<?php print $topics; ?>
</div>