1
how do i put the redirect message in the center of my theme
current layout zetagenesis
i want show the redirect message inside zetagenesis with no left/right block...just the logo header and the redirect message below inside the zetagenesis layout
this is the code in the system_redirect.htm template
le="color: #000000"><?php <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <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>
thanks