4
Hi,
you can try adding the following in your theme.html file:
<{if $xoops_pagetitle|truncate:5:""=="Modul" }>
<{else}>
<{/if}>
where "Modul" is the first five letters of the name of your
module.
To cope with all your modules, you'll have to nest the "if"s, and you'll have to remember to update this, should you change a module name.
Good luck,
Alan
...