1
Is there any way to do a php include statement on a XOOPS theme file?
For example, I am trying to put this into my XOOPS theme file:
I tried this method, but that didn't work either:
<{?php include ("/getSermon.php?target_audience=DAILY"); ?}>
Being the theme file ends in .html, I am guessing a php include won't work. I tried a regular include statement, but that didn't work either:
I am currently getting around this using an iframe, but I would rather not, if possible.
Anyone know another way to do this?
Thanks!