Quote:
Originally Posted by noppid
Your are, as you point out, making two database connections which means more resources. Plus, you are double caching the global templates.
You may as well, or should, just run through global.php first and use what is already available rather than create the redundancies.
|
Then How can I do it?
Are there some way to get the templates after of global.php? without define the globaltemplates array before of global.php? or Is there some other array with the same function than globaltemplates but with the posibility to define after of global.php?