printSearchForm

I cannot find what file and where it is, to tweak how the form is written to the page. I want to add some table data to it, but cannot find which file has the function which writes it to the page. I can only find printSearchForm will calls the action.

<?php if (getOption('Allow_search')) { printSearchForm(''); } ?>

Help!

Thank you!!

Comments

  • acrylian Administrator, Developer
    THe function is within `zp-core/template-functions.php` and it is not recommended to hack it. If you need something special duplicate and rename the function to use it as a custom theme function (info on that on our theming tutorial).
  • THANK YOU, THANK YOU !!!!!!!!!!
Sign In or Register to comment.