Excellent. One last thing, what's the rule of thumb for using $globaltemplates vs. $actiontemplates? The comments say "pre-cache templates used by all actions" vs "pre-cache templates used by specific actions". I'm basically going to be calling this from a function, so I'm leaning towards $actiontemplates, but not sure about the usage guides :nervous: <- hah, that smiley's great.
Edit: wait, is it that the subarray must be named by the name of the function, and will only be accessible from that function, while global can be used anywhere in the file?
|