mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
9b89950698
commit
4235b048ed
@ -189,7 +189,10 @@
|
||||
break;
|
||||
case 'forums':
|
||||
$Links = 'Forums: <a href="forums.php?action=viewforum&forumid=' . $Result['ForumID'] . '">' . display_str($Result['ForumName']) . '</a> > ' .
|
||||
'<a href="forums.php?action=viewthread&threadid=' . $Result['PageID'] . '" class="tooltip" title="' . display_str($Result['Name']) . '">' . Format::cut_string($Result['Name'], 75) . '</a>';
|
||||
'<a href="forums.php?action=viewthread&threadid=' . $Result['PageID'] .
|
||||
'" class="tooltip" title="' . display_str($Result['Name']) . '">' .
|
||||
display_str(Format::cut_string($Result['Name'], 75)) .
|
||||
'</a>';
|
||||
$JumpLink = 'forums.php?action=viewthread&threadid=' . $Result['PageID'] . '&postid=' . $Result['PostID'] . '#post' . $Result['PostID'];
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user