Hi!
Have this template code for search box
But the template for the site is gone ?
The template was blank, before my upgrade to 2.1.3
So i think there must be some hackers, that have removed this data..
What can be missing here ?
<table border=“0” cellpadding=“6” cellspacing=“1” width=“100%”>
<tr>
<th>{lang:title}</th>
<th>{lang:excerpt}</th>
<th>{lang:author}</th>
<th>{lang:date}</th>
<th>{lang:total_comments}</th>
<th>{lang:recent_comments}</th>
</tr>
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<tr class=”{switch}”>
<td width=“30%” valign=“top”>{title}</td>
<td width=“30%” valign=“top”>{excerpt}</td>
<td width=“10%” valign=“top”>{author}</td>
<td width=“10%” valign=“top”>{entry_date format="%m/%d/%y"}</td>
<td width=“10%” valign=“top”>{comment_total}</td>
<td width=“10%” valign=“top”>{recent_comment_date format="%m/%d/%y"}</td>
</tr>
{/exp:search:search_results}
</table>
{if paginate}
<div class=‘paginate’>
{page_count} {paginate}
</div>
{/if}
Please help