<?
ini_set('error_reporting', E_ALL);
$title='Рыбалка';
include_once '../system/config.php';
if($ku['fishing']==1)
{
include_once '../fish/fishing1.php';
}
if($ku['fishing']==2)
{
include_once '../fish/fishing2.php';
}
if($ku['fishing']==3)
{
include_once '../fish/fishing3.php';
}
?>