From d4a7be644b24729dd76067bef3f059d55fd5239a Mon Sep 17 00:00:00 2001 From: grum Date: Sat, 9 Aug 2008 21:27:58 +0000 Subject: 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) git-svn-id: http://piwigo.org/svn/trunk@2469 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/calendar_navbar.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 template/yoga/calendar_navbar.tpl (limited to 'template/yoga/calendar_navbar.tpl') diff --git a/template/yoga/calendar_navbar.tpl b/template/yoga/calendar_navbar.tpl new file mode 100644 index 000000000..8e35c766b --- /dev/null +++ b/template/yoga/calendar_navbar.tpl @@ -0,0 +1,13 @@ + +{foreach from=$datas item=data} + + {if isset($data.url) and $data.url!=""} + {$data.label} + {else} + {$data.label} + {/if} + {if isset($data.nb_images) and $data.nb_images!=""} + ({$data.nb_images}) + {/if} + +{/foreach} \ No newline at end of file -- cgit v1.2.3