mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-25 04:27:15 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div id="textmenu">
|
||||
|
||||
<a href="dorf3.php" class="<?php if(!isset($_GET['s'])){echo 'selected';}?>">Overview</a>
|
||||
|
||||
| <a href="dorf3.php?s=2" class="<?php if($_GET['s'] == 2){echo 'selected';}?>">Resources</a>
|
||||
|
||||
| <a href="dorf3.php?s=3" class="<?php if($_GET['s'] == 3){echo 'selected';}?>">Warehouse</a>
|
||||
Reference in New Issue
Block a user