Matthias Mees 9290ee29da Move/rename 2k15 to next
The name has been changed to protect the innocent. (Meaning the
users. From confusion.)
2015-02-11 14:32:24 +01:00

8 lines
426 B
Smarty

{if $searchresult_tooShort or $searchresult_error or $searchresult_noEntries or $searchresult_results}
<p class="msg-notice search-msg"><span class="icon-info-circled" aria-hidden="true"></span> <b>{$CONST.QUICKSEARCH}:</b> {$content_message}</p>
{elseif $content_message}
<p class="msg-notice content-msg"><span class="icon-info-circled" aria-hidden="true"></span> {$content_message}</p>
{/if}
{$ENTRIES}
{$ARCHIVES}