7
Quote:
richardb96 wrote:
Hi,
Thanks for that.
Q. How would I control the title etc. for this page.
Add this just before the footer:
$xoopsTpl->assign('xoops_pagetitle', 'your page title');
$xoopsTpl->assign('xoops_meta_keywords', 'your, meta, keywords');
$xoopsTpl->assign('xoops_meta_description', 'your meta description');
include "footer.php";