4
i just noticed this. your theme.html file doesnt have
le="color: #000000"><?php <{$xoops_module_header}>
in it
file
le="color: #000000"><?php http://gasperinofamily.com/themes/karate_redux_blue/theme.html
Where it says
le="color: #000000"><?php <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" language="javascript"> <!-- <{$xoops_js}> //--> </script> </head> <body>
change it to
le="color: #000000"><?php <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}>" /> <!-- added module header --> <{$xoops_module_header}> <script type="text/javascript" language="javascript"> <!-- <{$xoops_js}> //--> </script> </head> <body>
And Do That Whole.. "Update module template .html files from themes/your theme/templates directory?" thing.
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧