Файл: city.php
Строк: 25
<?php
require_once 'inc/system.php';
require_once 'inc/head.php';
no_auth();
echo'
<div class="top-tit"><div class="tit-t"></div></div>';
echo'
<table class="map_new">
<tr>
<td align="right">
<table class="wdt">
<tr>
<td width="33%" class="">
<a href="/buy.motorcykle" ><img style="left: 40%" src="style/img/motorcity.png" width="64" height="64" alt="" /></div></a>
</td>
<br><td align="right" class="">
<a href="/chat" ><img style="left: 40%" src="style/img/chat.png" width="64" height="64" alt="" /></div></a>
</td>
<tr>
<td width="33%" class="">
<br><br><br><a href="/race" ><img style="left: 40%" src="style/img/racer.png" width="64" height="64" alt="" /></div></a>
<br><br><br></td>
<td align="right" class="">
<a href="/raiting" ><img style="left: 40%" src="style/img/raiting.png" width="64" height="64" alt="" /></div></a>
</td>
<tr>
<td width="33%" class="">
<a href="/works" ><img style="left: 40%" src="style/img/works.png" width="64" height="64" alt=""/></div></a>
</td>
<td align="right" class="">
<a href="/turnir" ><img style="left: 40%" src="style/img/cup.png" width="64" height="64" alt=""/></div></a>
</td>
<tr>
<td width="33%" class="">
<br><br><br><a href="/lottery" ><img style="left: 40%" src="style/img/lottery.png" width="64" height="64" alt="" /></div></a>
<br><br><br></td>
<td align="right" class="">
<a href="ex.motorcykle" ><img style="left: 40%" src="style/img/exx.png" width="64" height="64" alt="" /></div></a>
</td>
</table><br><br><br><br>
</td>
</tr>
</table>';
require_once 'inc/foot.php';
?>