mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update posting.php
This commit is contained in:
parent
27c333ba46
commit
30fc2dd96f
1 changed files with 3 additions and 0 deletions
|
@ -502,6 +502,9 @@ if (!IS_GUEST) {
|
|||
}
|
||||
}
|
||||
|
||||
// Anonymous mode
|
||||
$template->assign_var('SHOW_ANONYMOUS_CHECKBOX');
|
||||
|
||||
$topic_type_toggle = '';
|
||||
if ($mode == 'newtopic' || ($mode == 'editpost' && $post_data['first_post'])) {
|
||||
// Allow robots indexing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue