added the possibility to have tags in the global scope (outside blocks) in a child...
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 28 Dec 2010 18:30:49 +0000 (19:30 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 30 Dec 2010 10:20:20 +0000 (11:20 +0100)
commit0177df4f7c95de55b69f926b9518d5aec38c9223
treeebc403fd54a4b8c313efc25394e1e19b62084154
parent98edcd0cb630fae99cdef247c7f59add2b24743d
added the possibility to have tags in the global scope (outside blocks) in a child template
lib/Twig/Node/BlockReference.php
lib/Twig/Node/Include.php
lib/Twig/Node/Module.php
lib/Twig/Node/Print.php
lib/Twig/Node/Text.php
lib/Twig/NodeOutputInterface.php [new file with mode: 0644]
lib/Twig/Parser.php