Merge pull request #65 from armando1980/patch-23

fix lang ok by: Armando
This commit is contained in:
Shadow
2014-01-23 22:03:24 -08:00
+2 -2
View File
@@ -69,13 +69,13 @@ div.c1 {text-align: center}
?>
<div id="content" class="village1">
<h1>Announcement</h1>
<h1><?php echo ANNOUNCEMENT; ?></h1>
</br>
<h3>Hi <?php echo $session->username; ?>,</h3>
<?php include("Templates/text.tpl"); ?>
<div class="c1">
</br>
<h3><a href="dorf1.php?ok">&raquo; Go to my village</a></h3>
<h3><a href="dorf1.php?ok">&raquo; <?php echo GO2MY_VILLAGE; ?></a></h3>
</div>
</div>