File size: 1.04Kb
<?php
$title = 'Партнеры';
require_once ('Sys/head.php');
echo '<div class="block">Партнеры</div>';
echo '<div class="l1">';
echo '<img src="http://' . $_SERVER['HTTP_HOST'] . '/Design/images/ini/icon.png" alt="*" > <a href="http://firetop.su">На данный момент у нас нет партнеров</a></br>';
echo '<br>Наш Код Баннера, кнопки: </br><input type="text" class="form" name="" maxlength="150" class="do_button" value="' . htmlspecialchars('<a href="http://firetop.su"><img src="http://firetop.su/firetop_banner.gif" alt="' . $set['copyText'] . '"/>') . '' . htmlspecialchars('</a><br />') . '"/>';
echo '<br><a href="http://firetop.su"><img src="http://firetop.su/firetop_banner.gif" alt="' . $set['copyText'] . '"/></a><br />';
echo '<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px;text-align:center"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>';
echo '</div>';
?>