custom header - did as FAQ said - now got an error custom header - did as FAQ said - now got an error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

custom header - did as FAQ said - now got an error

Started by Lowri, September 03, 2005, 12:14:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Lowri

I followed instructions in the FAQ section on how to include my own header. I now get an error from the code suggested.

QuoteParse error: parse error, unexpected '(', expecting ',' or ';' in /home/mjbhos2/public_html/letsgetwet/gallery/themes/classic/theme.php on line 813

The line it refers to is:
static $custom_header = ob_get_contents();

Please help... even if its just to get it back how it was...

Nibbler

Split that into 2 lines

static $custom_header;
$custom_header = ob_get_contents();