5
That's right, I have done all that but I still get the same behaviour. The changed code under xoopsHeadline_index.html reads as follows:
<h4 style="text-align:left;"><{$lang_headlines}></h4>
<div style='padding: 1px; text-align: left;'>
<ul style="list-style-image:url(images/rss.gif);">
<!-- start site loop -->
<{foreach item=site from=$feed_sites}>
<li> <a href="<{$site.name}>"></a></li>
<{/foreach}>
<!-- end site loop -->
</ul>
</div>
<{$headline}>
Am I going badly wrong somewhere?
George