1
I'm attempting to use "The Barn" theme (you can see the release article
here) which is based on the Morphogenesis work. I'm using XOOPS 2.0.16 (with the default template set) but I'm having trouble with the xoImgUrl, xoImgApp, and several other Smarty variables not being set for some of the system templates (specifically system_siteclosed.html and system_redirect.html).
Xoops is finding the templates and it is overriding the default template set correctly.
Some of the variables are set correctly (xoops_langcode, xoops_charset, xoops_url, SCRIPT_NAME, sitename, xoops_imageurl, xoops_requesturi, xoops_rootpath, xoops_themecss, xoops_upload_url, xoops_version, etc...) but others are not (xoImgUrl, xoAppUrl, xoops_pagetitle, xoops_sitename, xoops_meta_robots, xoops_meta_keywords, xoops_meta_description, $xoops_meta_rating, $xoops_meta_author, $xoops_meta_copyright, etc...). I've verified that there are values in the keywords, sitename, etc. variables in Admin>Preferences.
I turned on Smarty debug to confirm the $Smarty variables aren't being set... I've searched the forums and also read the template overriding tutorial.
Any ideas/suggestions?
___________
*Mod 3 adjustment Title changed for cataloging purposes*