mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-22 12:36:09 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
<div id="content" class="plus">
|
||||
<h1>Travian <font color="#71D000">P</font><font color="#FF6F0F">l</font><font color="#71D000">u</font><font color="#FF6F0F">s</font></h1>
|
||||
<div id="textmenu">
|
||||
<a href="plus.php" <?php
|
||||
|
||||
if(!isset($_GET['id'])) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
if(isset($_GET['id']) && $_GET['id'] == 1) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
|
||||
?>>Tariffs</a>
|
||||
|
||||
| <a href="plus.php?id=2" <?php
|
||||
|
||||
if(isset($_GET['id']) && $_GET['id'] == 2) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
if(isset($_GET['id']) && $_GET['id'] >= 6) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
|
||||
?>>Advantages</a>
|
||||
|
||||
| <a href="plus.php?id=3" <?php
|
||||
|
||||
if(isset($_GET['id']) && $_GET['id'] == 3) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
if(isset($_GET['id']) && $_GET['id'] >= 6) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
|
||||
?>>Gold</a>
|
||||
|
||||
| <a href="plus.php?id=4" <?php
|
||||
|
||||
if(isset($_GET['id']) && $_GET['id'] == 4) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
|
||||
?>>FAQ</a>
|
||||
|
||||
| <a href="plus.php?id=5" <?php
|
||||
|
||||
if(isset($_GET['id']) && $_GET['id'] == 5) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
if(isset($_GET['id']) && $_GET['id'] >= 6) {
|
||||
echo "class=\"selected\"";
|
||||
}
|
||||
|
||||
?>>Earn gold</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user