что неправильно сделано?
<?php
define('_IN_JOHNCMS', 1);
$textl = 'развлечения';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
echo '<div class="bmenu"><b>Развлечения на ...</b></div>';
echo '<div class="menu"><a href="razvl/futbol.php"> Футбольный чемпионат Россия</a>(<font color="red">new</font>)</div>';
require_once ("../incfiles/end.php");
?>