your php file needs to have
Code:
require( './global.php' );
then it should eval a tempate ie:
Code:
eval( "dooutput( \"" . gettemplate( 'yourtemplatenamehere' ) . "\" );" );
then you have to create a new template ( admin cp > style options > add template ) and that template name needs to go in the eval function as in the code stated above "yourtemplatename"
then in that template for the header its
and the footer is
regards,
g-force2k2