made the include tag more flexible
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 1 Nov 2010 03:24:32 +0000 (04:24 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 1 Nov 2010 03:24:32 +0000 (04:24 +0100)
commit10cab461299144f089d0e4aa81f4d1142f96105d
tree2b99ee68ae1884196e7201fd2dc050334036bf92
parentda08fe70c49501b3c603641d1131f5d01ef661c9
made the include tag more flexible
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
lib/Twig/Node/Include.php
lib/Twig/TokenParser/Include.php
test/Twig/Tests/Fixtures/tags/include/only.test [new file with mode: 0644]
test/Twig/Tests/Node/IncludeTest.php