
03-27-2004, 09:09 PM
|
 |
|
|
Join Date: Jul 2003
Location: Raleigh, NC
Posts: 686
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by NTLDR
Somewhere in global.php after:
PHP Code:
eval('$header = "' . fetch_template('header') . '";');
Note you should append this to the header template, DO NOT try to echo/print directly to the browser, it will either fail, or will give errors left, right and center about the headers already being sent.
|
Thanks! I was close.
|