<!-- begin of $wims_theme/tail.phtml -->
!! Tail menu theme.
!nocache
!set wims_theme_tail=yes
<br class="clearall" />
</div
><!--end of wimsbody
-->
<br class="clearall spacer" />
</div
><!--end of wimspagebox
-->
!! Menu specifique au module actuel
!if $module != adm/class/classes
<!--affiche le menu si le module n'est pas la zone enseignant-->
!distribute items ul,li into div0,div1
!read themes/_widgets/menumodubox.phtml
!endif
<!--fin condition si pas page enseignant-->
!if $wims_homeref_special!=$empty
<ul class="wimsmenu">
<li class="tailitem">$wims_homeref_special</li>
</ul><!--wimsmenu-->
</div><!--wimsbodybox-->
</div><!--id wimsexam-->
!exit
!endif
<!-- MENU BAS DE PAGE -->
!distribute items ul,li into div0,div1
!read themes/_widgets/menubox.phtml
!reset div0 div1
<!-- FIN WIMSBODYBOX-->
<!--BAS DE PAGE-->
!read themes/_widgets/about.phtml
<!--FIN BAS DE PAGE-->
!if help isin $wims_session
</div><!--wims_mhelp-->
!endif
!if $wims_lightpopup=yes
</div> <!--wimslightpopup-->
!!</div>
!endif
<!-- end of $wims_theme/tail.phtml -->