include ( "./defaults.php" );
$titlestatic="Все новости";
$incomingline = "
$def_catalogue
|
$titlestatic
";
$incomingline_firm=$titlestatic;
include ( "./template/$def_template/header.php" );
include("news/show_news.php");
include ( "./template/$def_template/footer.php" );
?>