![]() | ||
![]() |
{foreach key=formname item=form from=$formsxxxx}
{if '/^menu\.widget\.MainLeft/si'|preg_match:$formname eq 1}
{$form}
{/if}
{/foreach}
{$system_left_menu_content}
{include file=$system_left_help}
|
{foreach key=formname item=form from=$forms}
{if $formname !='help.form.HelpBlockForm' and
'/^menu\.widget\./si'|preg_match:$formname eq 0}
{$form}
{/if}
{/foreach}
|