11
Quote:
justtupeu wrote:
Would you mind giving more details ?
Quote:$xoopsTpl->assign("xoops_module_header", "");
So this code must be included in the index.php of the module ? Does it matter where ?
It doesn't matter where, but usually near the bottom (before the closing ?php though
)
Which php file depends a bit on the module. Most of the time index.php is enough, but if there are different php files used to create the output then you need to add it to those other files too (or to a single php file that is included in each page).
Maybe if you say which modules you want to use this for I could tell you exactly which page to put the code... might be more helpful.
Quote:
And if i want a module to use the default style.css in the theme's folder, i would just leave the file as is ?
Yes, that's right.