I have embedded the forum in the template system so i can use ee tags in the forum templates. This is how i embed the forum:
{embed="embed/.head" titel="Home"}
<body>
<div id="mainContainer">
{embed="default_site:embed/.header"}
{embed="embed/.menu"}
</div>
<div id="contentContainer">
{exp:forum board="cfcomforums"}
{embed="default_site:embed/.footer"}
</div>
</body>
</html>But how can i change the forum title per forum and thread? Now on every page is display Home in the browser ..