0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
wiki-plugins
/
[
Home
]
File: wikiplugin_tabs.tpl
{* $Id: wikiplugin_tabs.tpl 53176 2014-11-21 23:12:16Z jyhem $ * smarty template for tabs wiki plugin *} {if isset($is_slideshow) and $is_slideshow eq 'y'} {foreach from=$tabs key=i item=tab} {$tabcontent[$i]} {/foreach} {else} ~np~{tabset toggle=$toggle name=$tabsetname|escape} {section name=ix loop=$tabs}{tab name=$tabs[ix]|escape}{$tabcontent[ix]}{/tab}{/section} {/tabset}~/np~ {/if}