1.) At the head of entries.tpl I call
Code: Select all
{serendipity_hookPlugin hook="entries_header" addData="$entry_id"}Can I test if this emits anything, so I can wrap it in a div if there are results, but not if the list is empty ?Quicksearch
No Entries Found for Query wibble
2.) Also in my template I put the following in my index.tpl inside my header
Code: Select all
<form id="searchform" action="{$serendipityHTTPPath}{$serendipityIndexFile}" method="get">