6
I haven't figured out how to do this in wf-sections yet, but to make the news article title appear in the title bar do the following
1. Modify theme.html
The theme.html file for your current theme
may need to be modified like so:
find the part of your theme.html that displays the page title:
<title>[b]Original Title Here[/b]title>
change this line to read:
<title>[b]<{$xoops_sitename}> - <{$xoops_pagetitle}>[/b]title>
2. Modify /modules/news/article.php
Add a newline before:
include XOOPS_ROOT_PATH.'/include/comment_view.php';
that reads:
$xoopsTpl->assign('xoops_pagetitle', htmlentities($xoopsModule->name() . ' - ' . $article->title()));
To see it in action:
http://www.evenground.org/xoops2/modules/news/article.php?storyid=2