Rev 10450 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10450 | bpr | 1 | !default div1=li |
2 | |||
9768 | bpr | 3 | <!-- _widgets/logout.phtml --> |
4 | !for i_=1 to $wims_link_close_cnt |
||
5 | !set 1_=!line $i_ of $wims_link_close |
||
6 | !set wims_ref_class = !item 1 of $1_ |
||
7 | <$div1 class="menuitem $wims_ref_class"> |
||
10450 | bpr | 8 | !read $(path)oneitem.phtml $1_ |
9 | |||
9768 | bpr | 10 | </$div1> |
11 | !reset wims_ref_class |
||
12 | !next i_ |
||
13 | <!-- end _widgets/logout.phtml --> |