Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_admin.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); include template('header'); ?>
2 <center>
3 <div class="subtitle" >游戏管理</div>
4 <div><span class="yellow"><?php echo $lang['mygroup']?> <?php echo $mygroup?></span></div>
5 <div><span class="yellow"><?php echo $cmd_info?></span></div>
6 <?php if($showdata) { ?>
7 <?php echo $showdata?>
8 <div>
9 <form method="post" name="goto_menu" action="admin.php">
10 <input type="submit" name="enter" value="<?php echo $lang['goto_menu']?>">
11 </form>
12 </div>
13 <?php } else { include template('admin_menu'); } ?>
14 </center>
15 <?php include template('footer'); ?>
while($gm=$db->fetch_array($result)) $cmd_info
Definition: gmlist.php:10
$lang
Definition: admin.lang.php:4
$showdata
Definition: admin.php:34
value
Definition: 1_alive.tpl.php:10