Search box
  • Hi ecerybody,

    i'm working on implement the search box for my site... i'm taking inspiration from the example templates, but i can't make it working.. if on the template i put this:


    {{ search_form template="classic/search-result.tpl" submit_button="Search" button_html_code="class=\"submitbutton\"" }}
    {{ camp_edit object="search" attribute="keywords" html_code="class=\"text\"" }}
    {{ /search_form }}


    on the generated html i get nothing between the html comments.. what i'm doing wrong? i need just a field and a button.