{include file="header.tpl.html"}
{include file="help/banner.tpl.html"}
<table bgcolor="{$light_color}" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td class="default">
<b>{section name="i" loop=$links}{if $links[i].topic != ""}<a href="help.php?topic={$links[i].topic}" class="link">{$links[i].title}</a>{else}{$links[i].title}{/if}{if not $smarty.section.i.last} :: {/if}{/section}</b>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
{include file="help/$topic.tpl.html"}
{if $child_links != ""}
<br /><br />
<span class="default">
<b>{t}Available Related Topics{/t}:</b>
<ul>
{section name="i" loop=$child_links}
<li><a href="{$rel_url}help.php?topic={$child_links[i].topic}" class="link">{$child_links[i].title|escape:"html"}</a></li>
{/section}
</ul>
</span>
{/if}
</td>
</tr>
</table>
</td>
</tr>
</table>
{include file="footer.tpl.html"}