Quote:
Originally Posted by RS_Jelle
Instead of adding all these templates to globaltemplates, you could add this:
PHP Code:
define('GET_EDIT_TEMPLATES', true);
Even better, use action templates:
PHP Code:
define('GET_EDIT_TEMPLATES', 'action1,action2');
|
Thanks, I'll update the article to reflect your suggestion.
I should ask what that does since I have never seen that code before. I'm sure others will question as well.