0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
wiki-plugins
/
[
Home
]
File: wikiplugin_tabs.tpl
{* smarty template for tabs wiki plugin *} {if $is_slideshow eq 'y'} {foreach from=$tabs key=i item=tab} {$tabcontent[$i]} {/foreach} {else} ~np~{tabset name=$tabsetname|escape} {section name=ix loop=$tabs}{tab name=$tabs[ix]|escape}~/np~{$tabcontent[ix]}~np~{/tab}{/section} {/tabset}~/np~ {/if}