0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
edit
/
[
Home
]
File: help.tpl
{extends "layout_view.tpl"} {block name="title"} {title}{$title}{/title} {/block} {block name="content"} {tabset skipsingle=1} {foreach item=help from=$help_sections} {tab name=$help.title} {$help.content} {/tab} {/foreach} {/tabset} {/block}