1
I'm trying to add an image as a subheader to each module.
What I want to do is this... when someone clicks on Forum, I want a smaller header below the original header (which I am using as straight html before the XOOPS block code in the theme). If they click on "news" there is a different sub header.
I pulled up NEWBB header.php and tried using
print ("
");
This either puts it at the very top or the very bottom of the page.
Is there a way I could put in somewhere something like "if url= modules/newbb/" it would always show that sub header above all the blocks and content yet still be under the original header I've created for all pages in html?
Thanks in advance for any help.
Or is it possible to remove <{$xoops_module_header}> from the and place it directly before the XOOPS blocks in in the theme.html?