Hi,
I am using zoom search engine(professional) for www.doctorgoodskin.com. I have uploaded the search engine here- http://doctorgoodskin*com/search/search.php.
I want the search page to look like the other pages on my site. I use php require statements to import the header file, menu files etc.
Since the search file is php, I thought this code would work. But it is not working.
Is it possible to use php in the search_template.html file? Can you suggest any other way to achieve this.
Thanks much,
Nishant
I am using zoom search engine(professional) for www.doctorgoodskin.com. I have uploaded the search engine here- http://doctorgoodskin*com/search/search.php.
I want the search page to look like the other pages on my site. I use php require statements to import the header file, menu files etc.
Code:
<?php require"../header/header.html";?> <?php require"../header/menu.html";?>
Is it possible to use php in the search_template.html file? Can you suggest any other way to achieve this.
Thanks much,
Nishant
Comment