Rev 11328 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10809 | bpr | 1 | !default div1=div |
6013 | bpr | 2 | <!-- _widgets/headmenu.phtml --> |
3 | !for i_=1 to $wims_hm_cnt |
||
7594 | obado | 4 | !set 1_=!line $i_ of $wims_hm |
5 | !set wims_ref_class = !item 1 of $1_ |
||
11328 | bpr | 6 | !if " isin $wims_ref_class |
7 | !reset wims_ref_class |
||
8 | !endif |
||
7594 | obado | 9 | <$div1 class="menuitem $wims_ref_class"> |
15525 | bpr | 10 | !read $(w_path)oneitem.phtml $1_ |
7075 | obado | 11 | </$div1> |
7613 | bpr | 12 | !reset wims_ref_class |
6013 | bpr | 13 | !next i_ |
14 | <!-- end _widgets/headmenu.phtml --> |