8
You're right, div will be displayed on all news module pages.
Except if you put the code above into news template, directly
(if I well remember, nw_news_index.html)
But in this case, it does not a good solution because the div has to be under canvas div and not in content one.
So - if you really want this div only on the homepage - a solution would be
- to use a simple page made with Ghost module
- and try to play with modules blocks to have a nice home page
You will have to enter at the end of theme.html
<{if $xoops_dirname == 'ghost'}>
<div>Hello worlddiv>
div>
... you would not have an aspirin for me ?