mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
13 lines
608 B
Smarty
13 lines
608 B
Smarty
|
<!-- IF postrow.IS_FIRST_POST -->
|
||
|
<div>
|
||
|
<fieldset class="attach">
|
||
|
<legend>{L_DOWNLOAD}</legend>
|
||
|
<h1 class="attach_link"><a href="profile.php?mode=register" style="color: brown;">{L_DOWNLOAD_INFO}</a></h1>
|
||
|
<p id="guest-dl-tip" class="attach_comment med">
|
||
|
<a href="{$bb_cfg['how_to_download_url_help']}" class="med"><b>{L_HOW_TO_DOWNLOAD}</b></a> ·
|
||
|
<a href="{$bb_cfg['what_is_torrent_url_help']}" class="med"><b>{L_WHAT_IS_A_TORRENT}</b></a> ·
|
||
|
<a href="{$bb_cfg['ratio_url_help']}" class="med"><b>{L_RATINGS_AND_LIMITATIONS}</b></a><br />
|
||
|
</p>
|
||
|
</fieldset>
|
||
|
</div>
|
||
|
<!-- ENDIF -->
|