Additional Info |
---|
Type
|
Package ID
unreadbycat
|
First Created
January 03, 2007, 10:13:37 PM
|
Last Updated
March 20, 2008, 07:59:59 AM
|
// If this category even can collapse, show a link to collapse it.
if ($category['can_collapse'])
echo '
// If this category even can collapse, show a link to collapse it.
if ($category['can_collapse'])
echo '
<div style="float: right;">
<a href="', $scripturl, '?action=unread;c=', $category['id'], '">Unread Posts</a>
</div>