I made a bunch of php and I defined all of them THIS_SCRIPT as reports.
In each one of them I made the variable $folder=xyz;
In header I am trying to display a different image with the conditional
Quote:
<if condition="THIS_SCRIPT=='reports'"><img src="$folder/images/header.gif"><else />....</if>
|
The $folder is not recognized by the header, although it is recognized by the scripts. How can I make header recognize it?