1
I have created a page per the faq:
include("mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsTpl->assign('xoops_pagetitle', "Title");
$xoopsTpl->assign('xoops_meta_description', "Here is a description" );
HERE IS MY CONTENT
php
include(XOOPS_ROOT_PATH."/footer.php");
?>
The title shows up in my page title on my browser. The description does not. I still see the sitewide description.
Should this work? Could someone point me in the right direction to have meta descriptions in "home made" pages (or in any of the static content modules)