2
i think this will solve the problem.
edit the theme.html file for that theme
this area.
le="color: #000000"><?php <meta name="generator" content="XOOPS" /> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> <script type="text/javascript"> <!-- <{$xoops_js}> //--> </script>
and change it to:
le="color: #000000"><?php <meta name="generator" content="XOOPS" /> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> <{$xoops_module_header}> <script type="text/javascript"> <!-- <{$xoops_js}> //--> </script>
What i did above: added <{$xoops_module_header}>
then. update the theme file. so XOOPS is not using a cached version.
--
system Admin. Preferences.. Update module template .html files from themes/ (change it to yes)
-And change it back to No . later.
=im not good at explaining that part.
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧