Matthias Mees 1ae46203c3 Replace idea theme with bootstrap4 theme
- Add new bootstrap4 theme
- Move idea theme to spartacus
2018-03-25 10:57:21 +02:00

7 lines
287 B
Smarty

{if $searchresult_tooShort or $searchresult_error or $searchresult_noEntries or $searchresult_results}
<p class="alert alert-primary" role="alert"><b>{$CONST.QUICKSEARCH}:</b> {$content_message}</p>
{elseif $content_message}
<p>{$content_message}</p>
{/if}
{$ENTRIES}
{$ARCHIVES}