Empty commit

This commit is contained in:
Git 2013-12-18 08:00:49 +00:00
parent 9b89950698
commit 4235b048ed

View File

@ -189,7 +189,10 @@
break;
case 'forums':
$Links = 'Forums: <a href="forums.php?action=viewforum&amp;forumid=' . $Result['ForumID'] . '">' . display_str($Result['ForumName']) . '</a> &gt; ' .
'<a href="forums.php?action=viewthread&amp;threadid=' . $Result['PageID'] . '" class="tooltip" title="' . display_str($Result['Name']) . '">' . Format::cut_string($Result['Name'], 75) . '</a>';
'<a href="forums.php?action=viewthread&amp;threadid=' . $Result['PageID'] .
'" class="tooltip" title="' . display_str($Result['Name']) . '">' .
display_str(Format::cut_string($Result['Name'], 75)) .
'</a>';
$JumpLink = 'forums.php?action=viewthread&amp;threadid=' . $Result['PageID'] . '&amp;postid=' . $Result['PostID'] . '#post' . $Result['PostID'];
break;
default: