13 lines
417 B
Smarty
13 lines
417 B
Smarty
{assign var=meth value=':'|explode:$VAR._page}
|
|
<!-- {$meth.0}:{$meth.1} -->
|
|
|
|
{$method->exe($meth.0,$meth.1)}
|
|
{if ($method->result == false)}
|
|
{$block->display('core:method_error')}
|
|
{else}
|
|
{include file='file:../core/search_show_pre.tpl'}
|
|
{$method->exe_noauth($meth.0,'tpl_search_show',$search_show)}
|
|
{include file='file:../core/search_show_post-1.tpl'}
|
|
{include file='file:../core/search_show_post-2.tpl'}
|
|
{/if}
|