Merge pull request #107 from akshay9/master

Small update
This commit is contained in:
yi12345
2012-08-18 03:11:31 -07:00
+8 -3
View File
@@ -51,14 +51,14 @@ if(isset($_GET['u']))
</tr> </tr>
<tr> <tr>
<td class="hab" colspan="2">Check for Update</td> <td class="hab" colspan="2">Check for Update</td>
<td class="hab" colspan="1"><center><a href="http://travian.gamingcrazy.net/TravianZ/Admin/admin.php?p=update&c"><img src="../img/admin/b/ok1.gif"></a></center></td> <td class="hab" colspan="1"><center><a href="?p=update&c"><img src="../img/admin/b/ok1.gif"></a></center></td>
</tr> </tr>
<tr> <tr>
<td class="hab" colspan="2">Update</td> <td class="hab" colspan="2">Update</td>
<td class="hab" colspan="1"><?php <td class="hab" colspan="1"><?php
if($latest > $ver) if($latest > $ver)
{ {
echo'<center><a href="http://travian.gamingcrazy.net/TravianZ/Admin/admin.php?p=update&u"><img src="../img/admin/b/update.png"></a></center>'; echo'<center><a href="?p=update&u"><img src="../img/admin/b/update.png"></a></center>';
} }
else else
{ {
@@ -66,5 +66,10 @@ if(isset($_GET['u']))
} }
?></td> ?></td>
</tr> </tr>
<tr>
<td class="hab" colspan="2">Visit Forum</td>
<td class="hab" colspan="1"><center><a href="http://travian.gamingcrazy.net/forum/"><img src="../img/admin/b/ok1.gif"></a></center></td>
</tr>
</tbody> </tbody>
</table> </table><br /><br />
<p><font color="red">Guys don`t forget to register at the forum to receive information of the updates"</font></p>