source: trunk/template/yoga/calendar_navbar.tpl @ 3059

Last change on this file since 3059 was 3059, checked in by plg, 15 years ago

merge r3058 from branch 2.0 to trunk

code administration: any text file should have the svn:eol-style property
set to LF.

  • Property svn:eol-style set to LF
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.