Вход Регистрация
Файл: 404.php
Строк: 16
<?php

include_once("settings.php");
include_once(
"param.php");
include_once(
"player.php");
include_once(
"constants.php");

$smarty->assign('PROJECT_NAME',PROJECT_NAME);
$head=$smarty->fetch($templ_path.'/head.tpl');
$smarty->assign('HEAD',$head);

$header=$smarty->fetch($templ_path.'/index_head.tpl');
$smarty->assign('HEADER',$header);

$text=$smarty->fetch($templ_path.'/404.tpl');

echo(
$text);

?>
Онлайн: 1
Реклама