1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/templates/bulletproof/plugin_staticpage_searchresults.tpl
Garvin Hicking ce33a55c5d Add bulletproof
2007-08-25 12:05:30 +00:00

11 lines
517 B
Smarty

<div class="staticpage_results" style="text-align: left">
<p class="staticpage_result_header">{$CONST.STATICPAGE_SEARCHRESULTS|sprintf:$staticpage_searchresults}</p>
<dl class="staticpage_result">
{foreach from=$staticpage_results item="result"}
<dt><strong><a href="{$result.permalink|@escape}" title="{$result.pagetitle|@escape}">{$result.headline}</a></strong> ({$result.realname})</dt>
<dd>{$result.content|@escape:htmlall|@truncate:200:" ... "}</dd>>
{/foreach}
</dl>
</div>