minor changes

This commit is contained in:
unknown
2012-06-18 20:50:24 +03:00
parent 72d31d7105
commit 1ce977f5d6
4 changed files with 8 additions and 41 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<div class="copyright">&copy; 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>
-19
View File
@@ -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
View File
@@ -91,21 +91,7 @@ if(!isset($_GET['s'])) {
<div class="clear"></div>
<div id="footer">
<div class="footer-menu c3" id="mfoot">
<br />
<div class="copyright">
&copy; 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>
<?php include("../Templates/footer.tpl"); ?>
</div>
<div id="ce"></div>
+6 -6
View File
@@ -164,16 +164,16 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
<span class="f10 c">NEWSBOX OPTIONS</span>
<table><tr>
<td><span class="f9 c6">Newsbox 1:</span></td><td><select name="box1">
<option value="true" selected="selected">Enabled</option>
<option value="false">Disabled</option>
<option value="true">Enabled</option>
<option value="false" selected="selected">Disabled</option>
</select></td></tr>
<td><span class="f9 c6">Newsbox 2:</span></td><td><select name="box2">
<option value="true" selected="selected">Enabled</option>
<option value="false">Disabled</option>
<option value="true">Enabled</option>
<option value="false" selected="selected">Disabled</option>
</select></td></tr>
<td><span class="f9 c6">Newsbox 3:</span></td><td><select name="box3">
<option value="true" selected="selected">Enabled</option>
<option value="false">Disabled</option>
<option value="true">Enabled</option>
<option value="false" selected="selected">Disabled</option>
</select></td></tr>
</table>
</p>