1
I did some slight changes to the default theme. One was the header image and the other was the footer. I put in the smarty code for the footer <{$xoops_footer}>, but no matter how many times i upload I still get the default image.
Does anyone know what I'm doing wrong. This is the code that's on my theme.html
le="color: #000000"><?php <TABLE cellSpacing=0> <TBODY> <TR id=footerbar> <TD><{$xoops_footer}></TD> </TR> </TBODY> </TABLE>