Point "new topic" link to the forum just like the forum name

(DBOINCP-208)
This commit is contained in:
Tristan Olive 2015-07-28 22:42:57 -04:00
parent bf19ab7c7e
commit 6267f85d98
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
</td>
<td class="topics">
<?php if ($forum->new_topics): ?>
<a href="community<?php print $forum->new_url; ?>">
<a href="community/forum/<?php print $forum->tid; ?>">
<?php endif; ?>
<?php print $forum->num_topics ?>
<?php if ($forum->new_topics): ?>
@ -95,7 +95,7 @@
</td>
<td class="topics">
<?php if ($forum->new_topics): ?>
<a href="<?php print $forum->new_url; ?>">
<a href="<?php print $forum->link; ?>">
<?php endif; ?>
<?php print $forum->num_topics ?>
<?php if ($forum->new_topics): ?>