mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Use constants instead of string literals #573
This commit is contained in:
parent
b9ed53ba6d
commit
f5da7c4984
2 changed files with 2 additions and 2 deletions
|
@ -744,7 +744,7 @@ if (!$mode || $show_main_page) {
|
|||
'SF_PAD' => $forum_rows[$j]['forum_parent'] ? ' style="padding-left: 20px;" ' : '',
|
||||
'FORUM_NAME_CLASS' => $forum_rows[$j]['forum_parent'] ? 'genmed' : 'gen',
|
||||
'ADD_SUB_HREF' => "admin_forums.php?mode=addforum&forum_parent={$forum_rows[$j]['forum_id']}",
|
||||
'U_VIEWFORUM' => BB_ROOT . "viewforum.php?f=$forum_id",
|
||||
'U_VIEWFORUM' => BB_ROOT . FORUM_URL . $forum_id,
|
||||
'U_FORUM_EDIT' => "admin_forums.php?mode=editforum&f=$forum_id",
|
||||
'U_FORUM_PERM' => "admin_forumauth.php?f=$forum_id",
|
||||
'U_FORUM_DELETE' => "admin_forums.php?mode=deleteforum&f=$forum_id",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue