PDA

View Full Version : Renaming search_template.html


jmp
08-23-2007, 09:04 PM
Is it possible of renomer the file "search_template.html" by "search_template.php"?

wrensoft
08-24-2007, 12:15 AM
There have been several (http://www.wrensoft.com/forum/showthread.php?t=1639) previous posts (http://www.wrensoft.com/forum/showthread.php?t=1935) about this.

There really is nothing to gain from changing the template filename. This file should never be accessed by the end user directly.

And there is no point renaming search_template.html to search_template.php. Any PHP code in the template file will not be executed. There are better techniques for adding PHP code with the search results (http://www.wrensoft.com/zoom/support/faq_ssi.html).