mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
33 lines
1.4 KiB
Smarty
33 lines
1.4 KiB
Smarty
<?php
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Filename special.tpl ##
|
|
## Developed by: Dzoki ##
|
|
## License: TravianZ Project ##
|
|
## Copyright: TravianZ (c) 2010-2025. All rights reserved. ##
|
|
## ##
|
|
#################################################################################
|
|
?>
|
|
|
|
|
|
<table cellpadding="1" cellspacing="1" id="support_mh">
|
|
<thead>
|
|
<tr>
|
|
<th>Support and Multihunter</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><b>Support:</b><br>The support is a group of experienced players who will answer your questions gladly.<br />
|
|
<a href="nachrichten.php?t=1&id=1">» Write message</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>Multihunter:</b><br>The Multihunters are responsible for the compliance with the <a href="rules.php"><b><?php echo GAME_RULES;?></b></a>. If you have questions about the rules or want to report a violation, you can message a Multihunter.<br />
|
|
<a href="nachrichten.php?t=1&id=0">» Write message</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|