torrentpier/library/language/en/html/advert.html
Yuriy Pikhtarev 51c1aa7e17 New Crowdin translations (master) ()
Crowdin localization bundle init
2017-02-11 03:03:53 +03:00

4 lines
440 B
HTML

<div id="infobox-body">
<h2 class="bold">Advertising on <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? &quot;{$bb_cfg['server_name']}:{$bb_cfg['server_port']}&quot; : $bb_cfg['server_name']; ?>"><?php echo $bb_cfg['sitename']?></a></h2>
<p>For advertising please contact: <strong><a href="mailto:<?php echo $bb_cfg['adv_email']; ?>" class="gen"><?php echo $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->