Author: gluke
Email: [EMAIL PROTECTED]
Message:
> To Sergey: any comments?

> This website I work on has a ton of php includes and I can't get them to work. I 
>renamed my template file so it's a PHP file, but that didn't work. Any suggestions?

The solution is very simple:
Just write your own php script and name it sor example index-search.php. This script 
should contain everything your design needs (also your own includes) except the search 
form. Then just write
<? include('search.php'); ?>
in the place where your search form should be and edit search template appropriately.

In the web browser you should call index-search.php instead of search.php. 


Reply: <http://www.mnogosearch.org/board/message.php?id=2565>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to