Просмотр файла Quest_Sunduk_mertveca_Rotor_version/kvest/2111.php

Размер файла: 1.04Kb
<?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/2111.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";
?>