6
A 2.0.14 change requires support of the "xoops_module_header" feature in your theme (if you use an old theme that doesn't suppport this, one of the consequences may be what you're describing)...
- Open the file themes/yourtheme/theme.html
- Check that this file inserts the
xoops_module_header content in the output page head. If not, add the following read line between
and
:
<head>
....
....
[color=FF3333]<{$xoops_module_header}>[/color]
head>
Once you've done this, delete all the files inside the template_c folder (except index.html), to ensure your change is seen by XOOPS.