mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
14 lines
596 B
Smarty
14 lines
596 B
Smarty
<!-- IF postrow.IS_FIRST_POST -->
|
|
<div>
|
|
<fieldset class="attach">
|
|
<legend>{L_DOWNLOAD}</legend>
|
|
<h1 class="attach_link"><a href="{U_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 -->
|