mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 16:21:01 +00:00
Redesign install system & New Medal System
Redesign install system & New Medal System Artefact Holder [#ARTEFACT] WW Builder [#WWBUILDER] Great Store [#GREATSTORE] Wall Master [#WALLMASTER] Hero 99+ [#HERO100]
This commit is contained in:
@@ -97,10 +97,14 @@ if($deletion){
|
||||
include("playermedals.tpl");
|
||||
include ("villages.tpl"); ?>
|
||||
|
||||
<div class="player-bottom">
|
||||
<div><?php include ('punish.tpl'); ?></div>
|
||||
<div><?php include ('add_village.tpl'); ?></div>
|
||||
</div>
|
||||
<div style="display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px;width:100%">
|
||||
<div>
|
||||
<?php include "punish.tpl"; ?>
|
||||
</div>
|
||||
<div>
|
||||
<?php include "add_village.tpl"; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$sql = "SELECT * FROM ".TB_PREFIX."banlist WHERE uid = ".(int) $id."";
|
||||
|
||||
Reference in New Issue
Block a user