Can anyone tell me the path I should use to include, navigation-type embeds to my forum?
I’ve tried adding these to the theme_index.php :
<?php include("/sys/templates/site/embeds/header.php"); ?>
<?php include("{site_url}sys/templates/site/embeds/header.php"); ?>
<?php include("{site_url}embeds/header.php"); ?>
<?php include("/embeds/header.php"); ?>
<?php include("header.php"); ?>
(Yes I know the last few are silly attempts)
Thanks S.
The easiest way is to run the forum through the regular template parser (details on how do to that are here) - and then just use standard EE embedded templates rather than the PHP includes.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.