{* $Id: logs.tpl 1503 2006-03-31 07:53:23Z zeke $ *} {capture name="mainbox"} {if $mode == 'show'}
{$file_contents|escape:html}
{else}
{literal}
{/literal}
{capture name="section"}
{if $smarty.get.period != 'C'}
{/if}
{/capture}
{include file="common_templates/section.tpl" section_title=$lang.search section_content=$smarty.capture.section}
{if $mode == 'search'}
{/if}
{/if}
{/capture}
{include file="common_templates/mainbox.tpl" title=$lang.logs content=$smarty.capture.mainbox}