mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 08:11:00 +00:00
fix: The same location of the list of villages on all pages in the sidebar (#347)
On some page the list went up. Now he is on the same level.
This commit is contained in:
@@ -241,7 +241,7 @@ if(isset($_GET['o'])) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<br /><br /><div id="side_info">
|
<br /><br /><br /><br /><div id="side_info">
|
||||||
<?php
|
<?php
|
||||||
include("Templates/multivillage.tpl");
|
include("Templates/multivillage.tpl");
|
||||||
include("Templates/quest.tpl");
|
include("Templates/quest.tpl");
|
||||||
|
|||||||
@@ -342,7 +342,7 @@ $golds1 = mysqli_fetch_array($MyGold);
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br /><br /><div id="side_info">
|
<br /><br /><br /><br /><div id="side_info">
|
||||||
<?php
|
<?php
|
||||||
include("Templates/multivillage.tpl");
|
include("Templates/multivillage.tpl");
|
||||||
include("Templates/quest.tpl");
|
include("Templates/quest.tpl");
|
||||||
|
|||||||
Reference in New Issue
Block a user