I tried several mods with success but when I need to add something to phpinclude the mod does not work!
This is the content of my phpinclude:
// This code is PHP4 only:
// ob_start();
// require("yourheader.html");
// $header = ob_get_contents();
// ob_end_clean();
No matter what I add it does not work!
Someone please help me?
I'm using version 2.2.9 (original template)
Maxx