{** * topic.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2000-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Help topic. * *} {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}