Subversion Repositories wimsdev

Rev

Rev 6006 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!should menumodubox (what about n5 in case of doc).
  2. !if $wims_rm_0!=$empty
  3.  <!-- _widgets/docmenumodubox.phtml -->
  4.  <div id="wimsmenumodubox">
  5.   <div class="wimsmenu">
  6.    !for i_=1 to $wims_homeref_n0
  7.     !set 1_=!line $i_ of $wims_rm_0
  8.     !if $(1_[1])=
  9.      <div class="itemsep"></div>
  10.     !else
  11.      <div class="menuitem">
  12.       !read oneitem.phtml $1_
  13.      </div>
  14.     !endif
  15.    !next i_
  16.   </div><!--wimsmenu-->
  17.  </div><!--wimsmenumodubox-->
  18.  <!-- end _widgets/docmenumodubox.phtml -->
  19. !endif
  20.