mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 23:01:02 +00:00
fix lang ok by: Armando
This commit is contained in:
+2
-2
@@ -69,13 +69,13 @@ div.c1 {text-align: center}
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="content" class="village1">
|
<div id="content" class="village1">
|
||||||
<h1>Announcement</h1>
|
<h1><?php echo ANNOUNCEMENT; ?></h1>
|
||||||
</br>
|
</br>
|
||||||
<h3>Hi <?php echo $session->username; ?>,</h3>
|
<h3>Hi <?php echo $session->username; ?>,</h3>
|
||||||
<?php include("Templates/text.tpl"); ?>
|
<?php include("Templates/text.tpl"); ?>
|
||||||
<div class="c1">
|
<div class="c1">
|
||||||
</br>
|
</br>
|
||||||
<h3><a href="dorf1.php?ok">» Go to my village</a></h3>
|
<h3><a href="dorf1.php?ok">» <?php echo GO2MY_VILLAGE; ?></a></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user