!! Tail menu theme.
!nocache
!set wims_theme_tail=yes
<center>
!for i_=1 to $wims_homeref_n0
!set 1_=!line $i_ of $wims_rm_0
!if $(1_[2])=0 and $(1_[1])=$empty
<p>
!endif
!read oneitem.phtml $1_
</center>
<div class=wimstail>
<center><hr width="35%">
!if $wims_homeref_special!=$empty
<small>$wims_homeref_special</small>
</center>
!endif
<table align=center border=0 cellspacing=0 cellpadding=2
bgcolor="$wims_homeref_bgcolor"
class=wimstail>
<tr>
<tr>
!for i_=1 to $wims_homeref_n1
<td align=center><small>
!set 1_=!line $i_ of $wims_rm_1
!read oneitem.phtml $1_
</small></td>
</tr>
<tr><td align=center colspan=$wims_homeref_n1> </td></tr>
!for i_=1 to $wims_homeref_n4
<tr><td align=center colspan=$wims_homeref_n1><small>
!set 1_=!line $i_ of $wims_rm_4
!read oneitem.phtml $1_
</small></td></tr>
!for i_=1 to $wims_homeref_n2
<tr><td align=center colspan=$wims_homeref_n1><small>
!set 1_=!line $i_ of $wims_rm_2
!read oneitem.phtml $1_
</small></td></tr>
</table></center>
</div>