Quote:
Originally Posted by merk
try using $GLOBALS['banner'].
Also, did your banner script use output buffering in phpinclude? You will still need to do that in global_start.
|
I opened the header template and changed $banner to $GLOBALS['banner']... And get the following error:
The following error occurred when attempting to evaluate this template:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /web/www.mysite.com/html/includes/adminfunctions_template.php(3504) : eval()'d code on line 59
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
Still looking for a solution for this, does anyone have a way to do this?