{capture name=page_title}
{t}Forum{/t}
{/capture}
{include file="frame_header.html" title=$smarty.capture.page_title}
<div align="center">
<div align="center" style="background-image:url(images/system/div_bg.jpg);background-color:darkred;padding:10px;border:1px solid red">
<div class="div_welcome_text" style="display:inline"><a class="div_welcome_link" href="login.php"><b>{t}PLAY NOW{/t}</b></a></div> <b class="text_huge" style="color:red">|</b>
<div class="div_welcome_text" style="display:inline"><a class="div_welcome2_link" href="take_a_tour.php"><b>{t}TAKE A TOUR{/t}</b></a></div> <b class="text_huge" style="color:red">|</b>
<div class="div_welcome_text" style="display:inline"><a class="div_welcome_link" href="scoreboard.php"><b>{t}SCOREBOARD{/t}</b></a></div> <b class="text_huge" style="color:red">|</b>
<div class="div_welcome_text" style="display:inline"><a class="div_welcome2_link" href="server_status.php"><b>{t}SERVER STATUS{/t}</b></a></div> <b class="text_huge" style="color:red">|</b>
<div class="div_welcome_text" style="display:inline"><a class="div_welcome_link" href="forum.php" style="color:yellow"><b>{t}FORUM{/t}</b></a></div>
</div>
<br/>
<br/>
<div align="center">
<div style="width:800px;background-image:url(images/common/alpha1.png);border:1px solid darkred;padding:10px">
<table cellpadding="1" cellspacing="0" border="0" width="100%">
<tr>
<td>
<table class="text_small"
width="760" cellspacing="0" cellpadding="5"
border="0" align="center">
<tr>
<td>
<div class="text_normal" style="color:white;padding:5px">
<table width="100%"><tr>
<td width="100%"><b>{t}Search result:{/t}</b></td>
<td nowrap><a class="link" href="forum.php?BACK"><b>{t}Back To Forums{/t}</b></a></td>
</tr></table>
</div>
<table class="text_small" style="border:1px solid #6a6a6a;background-color:darkred;color:white" width="100%" cellspacing="0"
cellpadding="10" border="0">
<tr>
<td background="images/system/div_bg.jpg"><b>{t}Topic{/t}</b></td>
<td background="images/system/div_bg.jpg"><b>{t}Author{/t}</b></td>
<td background="images/system/div_bg.jpg"><b>{t}Forum{/t}</b></td>
<td background="images/system/div_bg.jpg"><b>{t}Life{/t}</b></td>
</tr>
{section name="item" loop=$items}
<tr style="height:32px;color:{$items[item].fgcolor}">
<td width="100%" bgcolor="{$items[item].bgcolor}"><a
style="color:{$items[item].fgcolor}" href="{$items[item].url}">{$items[item].title}</a></td>
<td nowrap bgcolor="{$items[item].bgcolor}">{$items[item].author}</td>
<td align="center" bgcolor="{$items[item].bgcolor}" nowrap>{$items[item].forum}</td>
<td nowrap bgcolor="{$items[item].bgcolor}">{$items[item].date}</td>
</tr>
{sectionelse}
<tr>
<td bgcolor="#dadaea" colspan="6" style="color:#333333" background="images/common/alpha2.png" class="text_normal">{t}No result found!{/t}</td>
</tr>
{/section}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</div>
</div>
<br/>
{include file="frame_footer.html"}