source: extensions/floPure/calendar_navbar.tpl @ 4193

Last change on this file since 4193 was 3333, checked in by flop25, 15 years ago

first commit

File size: 289 bytes
Line 
1
2{foreach from=$datas item=data}
3  <span class="{$data.classname}">
4  {if isset($data.url) and $data.url!=""}
5  <a href="{$data.url}">{$data.label}</a>
6  {else}
7  {$data.label}
8  {/if}
9  {if isset($data.nb_images) and $data.nb_images!=""}
10  ({$data.nb_images})
11  {/if}
12  </span>
13{/foreach}
Note: See TracBrowser for help on using the repository browser.