mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Ссылка на atom всех форумов.
This commit is contained in:
parent
539094ee7f
commit
779ddb7b20
2 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Version info
|
||||
$bb_cfg['tp_version'] = '2.1.2';
|
||||
$bb_cfg['tp_release_date'] = '27-09-2014';
|
||||
$bb_cfg['tp_release_date'] = '17-10-2014';
|
||||
$bb_cfg['tp_release_state'] = 'ALPHA';
|
||||
|
||||
// Database
|
||||
|
@ -198,7 +198,7 @@ $bb_cfg['show_tor_info_in_dl_list'] = true;
|
|||
$bb_cfg['allow_dl_list_names_mode'] = true;
|
||||
|
||||
$bb_cfg['torrent_name_style'] = true; // use torrent name style [yoursite.com].txxx.torrent
|
||||
$bb_cfg['tor_help_links'] = '';
|
||||
$bb_cfg['tor_help_links'] = 'terms.php';
|
||||
|
||||
// Сколько дней сохранять торрент зарегистрированным / Days to keep torrent registered, if:
|
||||
$bb_cfg['seeder_last_seen_days_keep'] = 0; // сколько дней назад был сид последний раз
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="floatL">
|
||||
<a href="{U_SEARCH_LATEST}" class="med">{L_SEARCH_LATEST}</a> ·
|
||||
<a href="{U_SEARCH_SELF_BY_LAST}" class="med">{L_SEARCH_SELF}</a> <a href="#search-my-posts" class="menu-root menu-alt1">{OPEN_MENU_IMG_ALT}</a> ·
|
||||
<a href="{SITE_URL}atom/f/0.atom" class="med">{FEED_IMG} {L_LATEST_RELEASES}</a> ·
|
||||
<a href="{SITE_URL}internal_data/atom/f/0.atom" class="med">{FEED_IMG} {L_LATEST_RELEASES}</a> ·
|
||||
<a href="{U_INDEX}?map=1" class="med bold">{FEED_IMG} {L_FORUM_MAP}</a>
|
||||
</div>
|
||||
<div class="floatR med bold">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue