{include file="_admin_header.tpl" meta_title="System Settings"} {include file="_admin_nav.tpl" nav_system="active"} {include file="_admin_system_nav.tpl" nav_config="active"}

System Configuration Settings control the behavior of the application. Please note that changes to system settings will not take effect until you logout and login again. WARNING! Changing certain configuration settings incorrectly can cause the application to stop functioning. Please update with caution.

{assign var=lastgroup value=""} {foreach from=$systems item=system} {if $lastgroup != $system->ConfigGroup} {assign var=lastgroup value=$system->ConfigGroup} {/if} {/foreach}
{$system->ConfigGroup} Settings
{$system->Description} {$system->HtmlInput}

{include file="_admin_footer.tpl"}