added support for an array of templates to the include tag
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 11:37:56 +0000 (13:37 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 11:58:36 +0000 (13:58 +0200)
commit35a8a0d155dd75dc60ecc3b465e8466ef4a49563
treed64c594f66dd4a3e39718fd349256e5520204d37
parentacd36630624fe5090794bb91824a8c12f78a2ba8
added support for an array of templates to the include tag
CHANGELOG
doc/templates.rst
lib/Twig/Environment.php
lib/Twig/Node/Include.php
test/Twig/Tests/Fixtures/tags/include/templates_as_array.test [new file with mode: 0644]
test/Twig/Tests/Node/IncludeTest.php