mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-11-08 06:30:43 -08:00
7c2b5c75b5
* Minor improvements * Minor improvements
14 lines
652 B
Smarty
14 lines
652 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 -->
|