Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: YourMomSE on June 09, 2008, 08:37:41 PM

Title: Forum Ripping Parse Error
Post by: YourMomSE on June 09, 2008, 08:37:41 PM
When i follow the manual on how to embed your forum with your overall site nothing will happen when i code

</head>
<body>';
// header goes below here

include('../../../Main/header.php');

echo '


whether i put the header in the dir with index.template, or doing it like this....nothing shows up for me..... and i dont want to hardcode it in because then i gotta recode it every time i change the overall site's header
Title: Re: Forum Ripping Parse Error
Post by: Kindred on June 11, 2008, 05:28:59 PM
try using an absolute path rather than a relative one...