added a way to ignore a missing template when using the "include" tag
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 11:54:33 +0000 (13:54 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 12:02:05 +0000 (14:02 +0200)
commitc56dd32f571339bde32aab817548673fbe404add
tree01151051d7824f385f19f89fd4edbac0ccb70c45
parent35a8a0d155dd75dc60ecc3b465e8466ef4a49563
added a way to ignore a missing template when using the "include" tag
CHANGELOG
doc/templates.rst
lib/Twig/Node/Include.php
lib/Twig/TokenParser/Include.php
test/Twig/Tests/Fixtures/tags/include/ignore_missing.test [new file with mode: 0644]
test/Twig/Tests/Node/IncludeTest.php