LuckyCoinkydink/templates/clean-blog/plugin_staticpage_searchresults.tpl
2016-01-12 10:33:24 -06:00

8 lines
360 B
Smarty

{if $staticpage_results}
<aside class="staticpage_results">
<h3>{$CONST.STATICPAGE_SEARCHRESULTS|sprintf:$staticpage_searchresults}</h3>
{foreach from=$staticpage_results item="result"}
<a href="{$result.permalink|@escape}" title="{$result.pagetitle|@escape}"><h2 class="post-title">{$result.headline}</h2></a>
{/foreach}
</aside>
{/if}