Jump to content
MakeWebGames

Updated City Look


Galahad

Recommended Posts

This isn't a module but more of a update.

Replace City.tpl with this -

 

{include file="header.tpl" TITLE="Town"}

<center><h1>Town</h1></center>

<center>You enter your town and you see a variaty of different places you can go. You must choose.




<table width="75%" border="0" align="center" class="font">
 <tr>
   <td width="245">[b]North West[/b]</td>
   <td width="246">[b]North[/b]</td>
   <td width="246">[b]North East[/b]</td>
 </tr>
 <tr>
   <td>[url="index.php?mod=mailbox"]Mailbox[/url]</td>
   <td>[url="index.php?mod=missions"]Missions[/url]</td>
   <td>[url="index.php?mod=members"]Memberlist[/url]</td>
 </tr>
 <tr>
   <td>[url="index.php?mod=sendgold2"]Send Gold[/url]</td>
   <td>[url="index.php?mod=bank"]Bank[/url]</td>
   <td>[url="index.php?mod=topplayers"]Top Players[/url]</td>
 </tr>
 <tr>
   <td>[url="index.php?mod=eventlog"]Event Log[/url]</td>
   <td>[url="index.php?mod=mining"]Mining[/url]</td>
   <td>[url="index.php?mod=stats"]Game Stats[/url]</td>
 </tr>
 <tr>
   <td>[url="index.php?mod=mailbox"]Inventory[/url]</td>
   <td>[url="#"]Woodcutting[/url]</td>
   <td>[url="#"]Forum[/url]</td>
 </tr>
 <tr>
   <td>[url="index.php?mod=mailbox"]Account Settings[/url]</td>
   <td>[url="#"]Blacksmith[/url]</td>
   <td></td>
 </tr>
</table>
<table width="75%" border="0" align="center" class="font">
 <tr>
   <td width="245"></td>
   <td width="246">[b]Center[/b]</td>
   <td width="246">[b]East[/b]</td>
 </tr>
 <tr>
   <td></td>
   <td>[url="index.php?mod=BotBattle"]Training Ground[/url]</td>
   <td><a href="index.php?mod=5050">50/50 Gamble</td>
 </tr>
 <tr>
   <td></td>
   <td>[url="index.php?mod=hospital"]Hospital[/url]</td>
   <td><a href="index.php?mod=blackjack">Blackjack</td>  </tr>
 <tr>
   <td></td>
   <td>[url="index.php?mod=shops"]Shop[/url]</td>
   <td><a href="index.php?mod=freeenergy">Daily Free Energy</td>  </tr>
 </tr>
 <tr>
   <td></td>
   <td>[url="index.php?mod=Job"]Work For Money[/url]</td>
   <td></td>
 <tr>
   <td></td>
   <td>[url="#"]Market[/url]</td>
   <td></td>
 </tr>
</table>

{include file="footer.tpl"}

 

It uses tables to make the look more cleaner.

This is helpful if you changed your games layout as it messes it up.

a824cb.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...