sounds like a job for mod_layout
http://tangent.org/362/mod_layout.html
Quote:
|
mod_layout is an Apache module that provides both a Footer and Header directive to automagically include output from other URIs at the beginning and ending of a Web page. It can be used to wrap documents for a standard look and feel for a site (or to insert banners on any given document in a site). Currently known to support mod_perl, PHP and Apache JServ. Should support just about any type of handler.
|
Or by specifying
Code:
php_value auto_prepend_file /var/www/site/prepend.html
php_value auto_append_file /var/www/site/append.html
In the virtual host definition
__________________
Listen to the ducky: "This is awesome!!!"
Last edited by tripy : 01-16-2008 at 03:01 PM.
|