source: branches/2.0/template/yoga/calendar_navbar.tpl @ 2717

Last change on this file since 2717 was 2469, checked in by grum, 16 years ago

updating files for the Menu class (test_menu)

+ fixes "Links" translation bug

updating files for the AMenuManager plugin

+ enhance links template

updating common classes grum_plugins_classes-2
(needed for the AMenuManager plugin)

+ clearing the code

updating the calendar_base.class.php
the 'get_nav_bar_from_items' method was returning a hard coded html string
now replaced by a template file (calendar_nav.tpl)

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.