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