Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_error.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); include template('header'); ?>
2 <div class="subtitle" ><?php echo $message?>
3 </div>
4 <?php if($errorinfo) { ?>
5 file=<?php echo $file?><br \>line=<?php echo $line?>
6 <?php } ?>
7 <br>
8 <form method="post" name="backindex" action="index.php">
9 <input type="submit" name="enter" value="返回首页">
10 </form>
11 <?php include template('footer'); ?>
$errorinfo
Definition: config.inc.php:94
value
Definition: 1_alive.tpl.php:10