<!-- begin of $wims_theme/tail.phtml -->
!! Tail menu theme.
!nocache
!set wims_theme_tail=yes
!if $wims_homeref_n0 > 0
<div class="wimscenter wimsmenu">
!for i_=1 to $wims_homeref_n0
!set 1_=!line $i_ of $wims_rm_0
!if $(1_[2])=0 and $(1_[1])=$empty
<br/>
!endif
!read oneitem.phtml $1_
</div>
!endif
<hr style="width:35%"/>
!if $slib_geogebra_exists=yes
!read themes/_widgets/tailgeogebra.phtml
!endif
!if $wims_homeref_special!=$empty
<div class="wimscenter wimstail small">
$wims_homeref_special
</div>
!endif
<table class="wimscenter wimstail" style="background-color:$wims_homeref_bgcolor;">
<tr>
!for i_=1 to $wims_homeref_n1
<td class="small">
!set 1_=!line $i_ of $wims_rm_1
!read oneitem.phtml $1_
</td>
</tr>
!for i_=1 to $wims_homeref_n4
<tr><td colspan="$wims_homeref_n1" class="small">
!set 1_=!line $i_ of $wims_rm_4
!read oneitem.phtml $1_
</td></tr>
!for i_=1 to $wims_homeref_n2
<tr><td colspan="$wims_homeref_n1" class="small">
!set 1_=!line $i_ of $wims_rm_2
!read oneitem.phtml $1_
</td></tr>
</table>
</div>