source: extensions/memories/pfoya.tpl @ 32197

Last change on this file since 32197 was 32191, checked in by ddtddt, 4 years ago

[photos_from_one_year_ago]

File size: 530 bytes
Line 
1{html_style}
2.pfoyat{
3        padding-left:50px;
4        font-size:2em;
5}
6{/html_style}
7{if isset($pfoya)}
8  <div class="calendarBar">
9        {foreach from=$pfoyas item=pfoya}
10          {if ($pfoya.NB_IMAGES==0)}
11                <span class="calItem">{$pfoya.LABEL}</span>
12          {else}
13                <a class="calItem"{if isset($pfoya.NB_IMAGES)} title="{$pfoya.NB_IMAGES|@translate_dec:'%d photo':'%d photos'}"{/if} href="{$pfoya.URL}">{$pfoya.LABEL}</a>
14          {/if}
15        {/foreach}
16  </div>
17{/if}
18{if isset($pfoyadata)}
19<div class="pfoyat">{$pfoyadata}</div>
20{/if}
21
22 
Note: See TracBrowser for help on using the repository browser.