I've added the {search} smarty tag to my template like this
Code: Select all
<form action="search">
<img alt="" src="http://c14.co.il/test1104/uploads/images/Rhenium/pina.gif" width="7" height="21" class="right" />
<input type="text" class="text_form right" value="Type your search here..." />
<input type="image" src="http://c14.co.il/test1104/uploads/images/Rhenium/submit.gif" class="right" />
{search}
</form>
As seen in the code I have an inner search template of search bar
and I need to connect it to the CMSMS's search extension and make it work for very simple queries how do I do it ?
BTW I'm a newbie at HTML development and CMS's as you can see

THNX ALOT
