<?php
<div style="margin:auto; width: 170px; margin-top: 20px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
<tr>
<td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
</tr>
<tr>
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}
</table>
</td>
</tr>
<!-- tinypic -->
<tr>
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
<center><a href="/jscripts/tiny/tinypic.html" target="_blank" onClick="window.open(this.href, this.target, 'width=280,height=540'); return false;"><img src="/jscripts/tiny/uploadimage.gif" border="0"/></a></center>
</table>
</td>
</tr>
{$getmore}
</table>
</div>