{* *}{strip} {* *} {if $content === $smarty.const.CONTENT_MESSAGE_NO_PAGE|default:''} {include 'missing_template.htm' assign=v} {$content = $v scope=global} {else} {* *} {$v = preg_replace('/([~#:\+\[\]\{\}\(\)\?\.\$\^\|\\\\])/u', '\\\\$1', $smarty.const.CONTENT_MESSAGE_NO_MODULE|default:'')} {$v = '~^'|cat:($v|replace:'*':'[a-z0-9_]+')|cat:'$~iu'} {if preg_match($v, $content)} {include 'missing_template.htm' assign=v} {$content = $v scope=global} {/if} {/if} {/strip}