mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 07:35:48 -07:00
Update viewtopic.php
This commit is contained in:
parent
be05574b9d
commit
ed239d1a4e
1 changed files with 2 additions and 2 deletions
|
@ -358,8 +358,8 @@ if (!$ranks = $datastore->get('ranks')) {
|
|||
$topic_title = $wordCensor->censorString($topic_title);
|
||||
|
||||
// Post, reply and other URL generation for templating vars
|
||||
$new_topic_url = POSTING_URL . "?mode=newtopic&f=" . $forum_id;
|
||||
$reply_topic_url = POSTING_URL . "?mode=reply&t=" . $topic_id;
|
||||
$new_topic_url = POSTING_URL . "?mode=newtopic&" . POST_FORUM_URL . "=$forum_id";
|
||||
$reply_topic_url = POSTING_URL . "?mode=reply&" . POST_TOPIC_URL . "=$topic_id";
|
||||
$view_forum_url = FORUM_URL . $forum_id;
|
||||
$view_prev_topic_url = TOPIC_URL . $topic_id . "&view=previous#newest";
|
||||
$view_next_topic_url = TOPIC_URL . $topic_id . "&view=next#newest";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue