Файл: radio/index.php
Строк: 36
<?
define('_IN_JOHNCMS', 1);
$headmod = 'Online радио';
$textl='Online радио';
$rootpath = '../';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
echo '<div class="gmenu"><font color="#FF0000">Внимание!!! Для правильного прослушивание радио на вашем браузере должен быть установлен Windows Media Player</font></div>';
echo '<div class="menu">';
echo '<table border="1" cellspacing="1" cellpadding="1" width="100%">';
echo'<tr><td><img src="../radio/images/difm.png" alt="1"/></td>';
echo'<td><div class="c"><a href="../radio/dfm.php">DIFM</a></div></td>';
echo'<td><img src="../radio/images/europaplus.png" alt="2"/></td>';
echo'<td><div class="c"><a href="../radio/evropa_plus.php">Европа +</a></div></td>';
echo'</tr>';
echo'<tr><td><img src="../radio/images/echo_moskvy.png" alt="3"/></td>';
echo'<td><div class="c"><a href="../radio/echo_moskvy.php">Эхо Москвы</a></div></td>';
echo'<td><img src="../radio/images/xit_fm.jpg" alt="4"/></td>';
echo'<td><div class="c"><a href="../radio/hit_fm.php">Хит FM</a></div></td>';
echo'</tr>';
echo '<tr><td><img src="../radio/images/record.png" alt="5"/></td>';
echo '<td><div class="c"><a href="../radio/record.php">Рекорд</a></div></td>';
echo '<td><img src="../radio/images/rus.png" alt="6"/></td>';
echo '<td><div class="c"><a href="../radio/rus.php">Русское радио</a></div></td>';
echo '</tr>';
echo '<tr><td><img src="../radio/images/shanson.png" alt="7"/></td>';
echo '<td><div class="c"><a href="../radio/shanson.php">Шансон</a></div></td>';
echo '<td><img src="../radio/images/vanya.png" alt="8"/></td>';
echo '<td><div class="c"><a href="../radio/vanya.php">Радио Ваня</a></div></td></tr></table>';
echo'</div>';
echo '<div class="menu"><a href="../">На главную</a></div>';
require_once ("../incfiles/end.php");
?>