Subversion Repositories wimsdev

Rev

Rev 12590 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !read themes/_procs/visitortail.proc
  2.  
  3. !if $wims_tail_home_n0>0
  4. <!-- _widgets/visitormenubox.phtml -->
  5. !!## Menu de bas pour la page d'accueil
  6. <div id="wimsmenubox" class="footer">
  7.  
  8.  <$div0 class="wimsmenu menu">
  9.   !for j_=1 to $wims_tail_home_n0
  10.     !set 1_=!line $j_ of $wims_tail_home
  11.     <$div1 class="menuitem">
  12.     !read ./adm/oneitem.phtml $1_
  13.     </$div1>
  14.   !next j_
  15.  </$div0><!--wimsmenu-->
  16. </div><!--wimsmenubox footer-->
  17. <!-- end _widgets/visitormenubox.phtml -->
  18. !endif
  19.