This commit is contained in:
Shadow
2014-03-12 08:43:17 +02:00
parent e641d9e9d4
commit 84f48f8d24
+32 -1
View File
@@ -1 +1,32 @@
<?php################################################################################### -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- #### --------------------------------------------------------------------------- #### Filename special.tpl #### Developed by: Dzoki #### License: TravianX Project #### Copyright: TravianX (c) 2010-2011. 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&amp;id=1">&raquo; Write message</a> </td> </tr> <tr> <td><b>Multihunter:</b><br>The Multihunters are responsible for the compliance with the <a href="#" target="_blank">game rules</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&amp;id=0">&raquo; Write message</a> </td> </tr> </tbody> </table>
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename special.tpl ##
## Developed by: Dzoki ##
## License: TravianX Project ##
## Copyright: TravianX (c) 2010-2011. 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&amp;id=1">&raquo; Write message</a>
</td>
</tr>
<tr>
<td><b>Multihunter:</b><br>The Multihunters are responsible for the compliance with the <a href="#" target="_blank">game rules</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&amp;id=0">&raquo; Write message</a>
</td>
</tr>
</tbody>
</table>