mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 23:57:18 +00:00
minor changes
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<div class="copyright">© 2010 - 2011 TravianX All rights reserved</div>
|
<div class="copyright">© 2010 - 2011 TravianX All rights reserved</div>
|
||||||
|
|
||||||
<div class="copyright">Server running on: <b><font color="Red">v6.0.0</font></b>
|
<div class="copyright">Server running on: <b><font color="Red">TravianZ (improved by yi12345)</font></b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
<?php
|
|
||||||
#################################################################################
|
|
||||||
## ##
|
|
||||||
## -= YOU MUST NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
||||||
## ##
|
|
||||||
## --------------------------------------------------------------------------- ##
|
|
||||||
## ##
|
|
||||||
## Project: ZravianX ##
|
|
||||||
## Version: 2011.11.13 ##
|
|
||||||
## Filename: Templates/version.tpl ##
|
|
||||||
## Developed by: ZZJHONS ##
|
|
||||||
## License: Creative Commons BY-NC-SA 3.0 ##
|
|
||||||
## Copyright: ZravianX (c) 2011 - All rights reserved ##
|
|
||||||
## URLs: http://zravianx.zzjhons.com ##
|
|
||||||
## Source code: http://www.github.com/ZZJHONS/ZravianX ##
|
|
||||||
## ##
|
|
||||||
#################################################################################
|
|
||||||
?>
|
|
||||||
6.0.0
|
|
||||||
+1
-15
@@ -91,21 +91,7 @@ if(!isset($_GET['s'])) {
|
|||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<div id="footer">
|
<?php include("../Templates/footer.tpl"); ?>
|
||||||
<div class="footer-menu c3" id="mfoot">
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<div class="copyright">
|
|
||||||
© 2010 - 2011 TravianX All rights reserved
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="copyright">
|
|
||||||
Server running on: <b><font color="red">v6.0.0</font></b>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="cfoot"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="ce"></div>
|
<div id="ce"></div>
|
||||||
|
|||||||
@@ -164,16 +164,16 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
|
|||||||
<span class="f10 c">NEWSBOX OPTIONS</span>
|
<span class="f10 c">NEWSBOX OPTIONS</span>
|
||||||
<table><tr>
|
<table><tr>
|
||||||
<td><span class="f9 c6">Newsbox 1:</span></td><td><select name="box1">
|
<td><span class="f9 c6">Newsbox 1:</span></td><td><select name="box1">
|
||||||
<option value="true" selected="selected">Enabled</option>
|
<option value="true">Enabled</option>
|
||||||
<option value="false">Disabled</option>
|
<option value="false" selected="selected">Disabled</option>
|
||||||
</select></td></tr>
|
</select></td></tr>
|
||||||
<td><span class="f9 c6">Newsbox 2:</span></td><td><select name="box2">
|
<td><span class="f9 c6">Newsbox 2:</span></td><td><select name="box2">
|
||||||
<option value="true" selected="selected">Enabled</option>
|
<option value="true">Enabled</option>
|
||||||
<option value="false">Disabled</option>
|
<option value="false" selected="selected">Disabled</option>
|
||||||
</select></td></tr>
|
</select></td></tr>
|
||||||
<td><span class="f9 c6">Newsbox 3:</span></td><td><select name="box3">
|
<td><span class="f9 c6">Newsbox 3:</span></td><td><select name="box3">
|
||||||
<option value="true" selected="selected">Enabled</option>
|
<option value="true">Enabled</option>
|
||||||
<option value="false">Disabled</option>
|
<option value="false" selected="selected">Disabled</option>
|
||||||
</select></td></tr>
|
</select></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user