Просмотр файла index.php

Размер файла: 201B
<?
include'config.php';
include'include/head.php';
echo'<img src="images/news.gif" alt=""> Новость : ';
include''.$home.'/pages/news.php';
include'main.php';
include'include/foot.php';
?>