1
I have a template, cc_gest.tpl that calls the following smarty function:
<{include file="location.tpl" last_location="Payment gateway settings"}>
but the template, "location.tpl", it is trying to include has not been stored in the database because it listed after the template, cc_gest.tpl, that the call is made in. It apprears that xoops' template create function doesn't allow for this I don't want to have to go through and arrange the templates that that they get put in the database in the right order. Any plans to fix this or am I missing something.