Bug with variables replacement and Crowdin localization fix.

This commit is contained in:
Yuriy Pikhtarev 2017-05-23 23:14:01 +03:00
commit b73d4cf490
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
169 changed files with 337 additions and 338 deletions

View file

@ -1,4 +1,4 @@
<div id="infobox-body">
<h2 class="bold">Advertising on <a href="http://<?php echo ($bb_cfg['server_port'] != 80) ? "{$bb_cfg['server_name']}:{$bb_cfg['server_port']}" : $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>
<h2 class="bold">Advertising on <?= $bb_cfg['sitename'] ?></h2>
<p>For advertising please contact: <strong><a href="mailto:<?= $bb_cfg['adv_email']; ?>" class="gen"><?= $bb_cfg['adv_email']; ?></a></strong></p>
</div><!--/infobox-body-->