4
Quote:
talon39 wrote:
Just tried both your suggestions, still have the copyright.
I'm only having the trouble in the module WFsection.
[Edit]
edit modules/wfsection/article.php and change the following:
le="color: #000000"><?php if (isset($xoopsModuleConfig['copyright'])) { $xoopsTpl->assign('lang_copyright', "" . $article->title() . " © " . _WFS_COPYRIGHT . " " . date("Y") . " " . XOOPS_URL); }
To this:
le="color: #000000"><?php if ($xoopsModuleConfig['copyright']) { $xoopsTpl->assign('lang_copyright', "" . $article->title() . " © " . _WFS_COPYRIGHT . " " . date("Y") . " " . XOOPS_URL); }
You should be able to switch this off now.