Размер файла: 1.03Kb
<?php
#================================================#
# == Игра Квест для Rotor CMS (not license) == #
# "Сундук Мертвеца" #
# Made by: Shur1k #
# Site: WAP.ROVNO.UA #
# ICQ: 444307535 #
#================================================#
require_once ('../includes/start.php');
require_once ('../includes/functions.php');
require_once ('../includes/header.php');
include_once ('../themes/' . $config['themes'] . '/index.php');
show_title('setting.png', 'Квест игра Сундук Мертвеца'); $config['newtitle'] = 'Квест игра Сундук Мертвеца';
include_once ("kvest/231.dat");
echo '<hr>';
echo '<img src="../images/img/back.gif" alt="image" /> <a href="index.php?'.SID.'">Начать сначала</a>';
include_once "../themes/".$config['themes']."/foot.php";
include_once "../themes/".$config['themes']."/foot.php";
?>