mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-11 05:41:01 +00:00
c9d18675ce
+Added Enable (Disable) of information about the troops of Nature and Natars in the manual
NOTE 1: To play this version of the game, you need to reinstall the server OR you can simply add these lines of code into your file:
GameEngine/config.php
define("NEW_FUNCTIONS_MANUAL_NATURENATARS", false);
GameEngine/Admin/Mods/constant_format.tpl
define("NEW_FUNCTIONS_MANUAL_NATURENATARS", %NEW_FUNCTIONS_MANUAL_NATURENATARS%);
NOTE 2: pay special attention to the fact that these are two different records !!! If the records are entered incorrectly, you will receive a non-working code!
36 lines
1.7 KiB
Smarty
36 lines
1.7 KiB
Smarty
<h1><img class="point" src="img/x.gif" alt="" title="" /> Overview</h1>
|
|
<p>This ingame help offers you the chance to look up important information at any time.</p>
|
|
<img class="troops" src="img/x.gif" alt="Troops" title="Troops" />
|
|
<img class="buildings" src="img/x.gif" alt="Buildings" title="Buildings" />
|
|
<ul>
|
|
<li><a href="manual.php?s=1&typ=1">The troops</a></li>
|
|
|
|
<ul>
|
|
<li><a href="manual.php?typ=2&s=1">Romans</a></li>
|
|
<li><a href="manual.php?typ=2&s=2">Teutons</a></li>
|
|
<li><a href="manual.php?typ=2&s=3">Gauls</a></li>
|
|
<?php if(NEW_FUNCTIONS_MANUAL_NATURENATARS){ ?>
|
|
<li><a href="manual.php?typ=2&s=4">Nature</a></li>
|
|
<li><a href="manual.php?typ=2&s=5">Natars</a></li>
|
|
<?php } ?>
|
|
</ul>
|
|
|
|
<br />
|
|
|
|
<li><a href="manual.php?typ=3&s=1">The buildings</a></li>
|
|
|
|
<ul>
|
|
<li><a href="manual.php?typ=3&s=1">Resources</a></li>
|
|
<li><a href="manual.php?typ=3&s=2">Military</a></li>
|
|
<li><a href="manual.php?typ=3&s=3">Infrastructure</a></li>
|
|
</ul>
|
|
|
|
<br />
|
|
<li><a href="anleitung.php?s=3" target="_blank">Travian FAQ <img class="external" src="img/x.gif" alt="new window" title="new window" /></a><br>This ingame help just gives you brief information. More information is available at the <a href="http://travian.wikia.com/wiki/Travian_Wiki" target=blank>Fandom Travian Wiki</a>.</li><br />
|
|
</ul>
|
|
<map id="nav" name="nav">
|
|
<area href="manual.php?typ=3&s=3" title="back" coords="0,0,45,18" shape="rect" alt="" />
|
|
<area href="manual.php?s=1" title="Overview" coords="46,0,70,18" shape="rect" alt="" />
|
|
<area href="manual.php?typ=2&s=1" title="forward" coords="71,0,116,18" shape="rect" alt="" />
|
|
</map>
|
|
<img usemap="#nav" src="img/x.gif" class="navi" alt="" /> |