Files
Twig/lib
Joel Wurtz 4dc490fbd5 Removing array_shift for optimisation.
For example we check if a template and use exception to redirect to a default template

Before : We checked ~1000 times => 100sec due to array_shift
After  : ~1sec
2011-08-30 06:02:31 +03:00
..