vincent
|
| Posted: 03/10/2002, 4:25 PM |
|
Hi,
Is it possible to add php code to header and footer.. I found it possible
under PHP 4.0 no templates but not possible in PHP 4.0 with templates.
Thanks
Vincent
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/11/2002, 2:02 AM |
|
Impossible. Because this code will be added to html template which
is not processed by any interpreter including php. Use events and template
mechanisms.
--
Alex
CodeCharge Developer
"vincent" <vooi@activedrive.com> wrote in message
news:a6gth9$ug4$1@news.codecharge.com...
> Hi,
>
> Is it possible to add php code to header and footer.. I found it possible
> under PHP 4.0 no templates but not possible in PHP 4.0 with templates.
>
> Thanks
>
> Vincent
>
>
|
|
|
 |
|