mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Merge branch 'master' of https://github.com/torrentpier/torrentpier
This commit is contained in:
commit
ed8eeecfec
2 changed files with 5 additions and 3 deletions
|
@ -555,7 +555,7 @@ $bb_cfg['trash_forum_id'] = 0; // (int) 7
|
|||
|
||||
$bb_cfg['first_logon_redirect_url'] = 'index.php'; // Which page should the user be redirected to after registration is completed?
|
||||
$bb_cfg['terms_and_conditions_url'] = 'terms.php'; // Link to forum rules page
|
||||
$bb_cfg['tor_help_links'] = 'terms.php';
|
||||
$bb_cfg['tor_help_links'] = '<div class="mrg_2"><a target="_blank" class="genmed" href="https://torrentpier.com/forums/osnovnye-voprosy-po-torrentpier.10/">Полезная информация</a></div>';
|
||||
|
||||
$bb_cfg['user_agreement_url'] = 'info.php?show=user_agreement';
|
||||
$bb_cfg['copyright_holders_url'] = 'info.php?show=copyright_holders';
|
||||
|
|
|
@ -460,11 +460,13 @@ $('#tor-filelist-btn').click(function () {
|
|||
}
|
||||
</script>
|
||||
<div id="thx-block">
|
||||
<!-- IF not postrow.POSTER_AUTHOR -->
|
||||
<div id="thx-btn-div">
|
||||
<input id="thx-btn" type="button" class="bold" style="width: 200px;" value='{$lang['THANK_TOPIC']}'/>
|
||||
<input id="thx-btn" type="button" class="bold" style="width: 200px;" value="{L_THANK_TOPIC}">
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<div class="sp-wrap">
|
||||
<div id="thx-list" class="sp-body" title="{$lang['LAST_LIKES']}"></div>
|
||||
<div id="thx-list" class="sp-body" title="{L_LAST_LIKES}"></div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue