For argument, we'll call it nav.php
I'd like to display the output of nav.php in the search results.
I thought, as mt-search.cgi is a cgi, this is what Server Side Includes (SSI) are for. Within the default search template default.tmpl I placed:
QUOTE
<!--#include virtual="/nav.php" -->
And yes, mt-search.cgi, default.tmpl, and nav.php reside on the same server under the same document root.
That did not work.
Any suggestions? Would really help alot.
Thank you