Dmitry Illarionov wrote:
> 
> Hello,
> 
> Could you, please, tell, is it possible to use template variables in the
> files included with $iurl command?



It is not possible to use them directly. 

However, you can write in template:

   $iurl(http://servername/include.cgi?q=$q)

 Query text will be passed to include.cgi.

Then you can hack your included pages to output variables passed 
through the query string.


  Hope this helps.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to