mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
Update 7x.tpl
This commit is contained in:
@@ -4,6 +4,7 @@ $time = $database->getNotice2($_GET['id'], 'time');
|
|||||||
$data = $database->getNotice2($_GET['id'], 'data');
|
$data = $database->getNotice2($_GET['id'], 'data');
|
||||||
$dataarray = explode(",",$data);
|
$dataarray = explode(",",$data);
|
||||||
if(isset($dataarray[147]) and $dataarray[147] != 0){$colspan="11";}else{$colspan="10";}
|
if(isset($dataarray[147]) and $dataarray[147] != 0){$colspan="11";}else{$colspan="10";}
|
||||||
|
$colspan2 = 10;
|
||||||
?>
|
?>
|
||||||
<table cellpadding="1" cellspacing="1" id="report_surround">
|
<table cellpadding="1" cellspacing="1" id="report_surround">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user