2
Do you have your system_redirect set up with template override?
Sounds like you are using the default system_redirect.
le="color: #000000"><?php <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <title><{$xoops_sitename}></title> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> </head> <body> <div style="text-align:center; background-color: #EBEBEB; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;"> <h4><{$message}></h4> <p><{$lang_ifnotreload}></p> </div> <{if $xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}> </body> </html>
If you wanna continue to use this then just do the following.
create a new folder in your theme folder called "modules"
inside of that create a folder called "system"
in that create a file called "system_redirect.html"
paste in this and save.
le="color: #000000"><?php <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" /> <title><{$xoops_sitename}></title> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> </head> <body> <div style="text-align:center; background-color: #000; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight : bold;"> <h4><{$message}></h4> <p><{$lang_ifnotreload}></p> </div> <{if $xoops_logdump != ''}><div><{$xoops_logdump}></div><{/if}> </body> </html>
You may need to clear templates_c