Rev 14485 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 14443 | bpr | 1 | |
| 14460 | obado | 2 | !! frontmsg.proc must be read before frontmsg.phtml |
| 3 | !! Call it with "!read themes/_procs/frontmsg.proc" |
||
| 4 | !! then, call frontmsg.phtml only !if $wims_frontmsg!=$empty |
||
| 5 | |||
| 14485 | bpr | 6 | !if $front_nbactu>0 or $front_nbslide>0 |
| 14456 | obado | 7 | <div class="accordion" data-accordion data-allow-all-closed="true"> |
| 14443 | bpr | 8 | <div class="accordion-item is-active" data-accordion-item> |
| 14485 | bpr | 9 | <a href="#" class="accordion-title">$wims_name_Infos</a> |
| 14456 | obado | 10 | <div class="accordion-content" data-tab-content> |
| 14489 | obado | 11 | <div class="grid-x grid-margin-x align-center"> |
| 12 | !if $front_nbactu>0 |
||
| 13 | !read themes/_widgets/news.phtml |
||
| 14 | !endif |
||
| 15 | !if $front_nbslide>0 |
||
| 16 | !read themes/_widgets/examples.phtml |
||
| 17 | !endif |
||
| 14456 | obado | 18 | </div> |
| 19 | </div> |
||
| 14443 | bpr | 20 | </div> |
| 21 | </div> |
||
| 22 | !endif |