mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-28 14:17:15 +00:00
fix index.php display error.
This commit is contained in:
@@ -141,11 +141,11 @@ include ("GameEngine/Lang/".LANG.".php");
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="about_the_game">
|
<div id="about_the_game">
|
||||||
<h2>About the game:</h2>
|
<h2><?php echo $lang['index'][0][10]; ?>:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><?php echo $lang['index'][0][10]; ?></li>
|
|
||||||
<li><?php echo $lang['index'][0][11]; ?></li>
|
<li><?php echo $lang['index'][0][11]; ?></li>
|
||||||
<li><?php echo $lang['index'][0][12]; ?></li>
|
<li><?php echo $lang['index'][0][12]; ?></li>
|
||||||
|
<li><?php echo $lang['index'][0][13]; ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user