Last change
on this file since 5200 was
5123,
checked in by plg, 15 years ago
|
feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.
|
-
Property svn:eol-style set to
LF
|
File size:
284 bytes
|
Line | |
---|
1 | {if isset($tabsheet) and count($tabsheet)} |
---|
2 | <ul class="tabsheet"> |
---|
3 | {foreach from=$tabsheet key=name item=sheet} |
---|
4 | <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}"> |
---|
5 | <a href="{$sheet.url}"><span>{$sheet.caption}</span></a> |
---|
6 | </li> |
---|
7 | {/foreach} |
---|
8 | </ul> |
---|
9 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.