aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/tabsheet.tpl
blob: 148d2f81273244e0062e9d9aa6cadf5d3f76210c (plain)
1
2
3
4
5
6
7
8
9
10
{* $Id: /piwigo/trunk/admin/template/goto/tabsheet.tpl 6371 2008-09-14T12:25:34.485116Z vdigital  $ *}
{if isset($tabsheet) and count($tabsheet)}
<ul class="tabsheet">
{foreach from=$tabsheet key=name item=sheet}
  <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}">
    <a href="{$sheet.url}"><span>{$sheet.caption}</span></a>
  </li>
{/foreach}
</ul>
{/if}