{** * topic.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Help topic. * * $Id: topic.tpl,v 1.4 2008/04/04 17:06:53 asmecher Exp $ *} {foreach name=sections from=$topic->getSections() item=section} {if $section->getTitle()}

{$section->getTitle()}

{/if}
{eval var=$section->getContent()}
{if $smarty.foreach.sections.total > 1} {if !$smarty.foreach.sections.first}
{translate key="common.top"}
{/if} {if !$smarty.foreach.sections.last}
{/if} {/if} {/foreach} {if $relatedTopics}
{translate key="help.relatedTopics"}
{/if}