Rev 12590 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!read themes/_procs/visitortail.proc
!if $wims_tail_home_n0>0
<!-- _widgets/visitormenubox.phtml -->
!!## Menu de bas pour la page d'accueil
<div id="wimsmenubox" class="footer">
<$div0 class="wimsmenu menu">
!for j_=1 to $wims_tail_home_n0
!set 1_=!line $j_ of $wims_tail_home
<$div1 class="menuitem">
!read ./adm/oneitem.phtml $1_
</$div1>
</$div0><!--wimsmenu-->
</div><!--wimsmenubox footer-->
<!-- end _widgets
/visitormenubox
.phtml
-->
!endif