$tpl->result['content'] = preg_replace_callback( "#\\[(Not|Yes)KatalogAllow:(.+?)\\](.+?)\\[/(Not|Yes)KatalogAllow\\]#is", function ($m){return $Katalog->ReplaceTagBlock($m[2], $m[3], $m[1]);}, $tpl->result['content'] );
$tpl->result['content'] = preg_replace_callback( "#\\[(Not|Yes)KatalogAllowCat:(.+?)\\](.+?)\\[/(Not|Yes)KatalogAllowCat\\]#is", function ($m){return $Katalog->ReplaceTagBlockCat($m[2], $m[3], $m[1]);}, $tpl->result['content'] );