diff options
Diffstat (limited to 'phpBB/includes/template/twig/node/begin.php')
-rw-r--r-- | phpBB/includes/template/twig/node/begin.php | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/phpBB/includes/template/twig/node/begin.php b/phpBB/includes/template/twig/node/begin.php index 34fd16dd73..4222295d26 100644 --- a/phpBB/includes/template/twig/node/begin.php +++ b/phpBB/includes/template/twig/node/begin.php @@ -1,21 +1,12 @@ <?php - -/* - * This file is part of Twig. - * - * (c) 2009 Fabien Potencier - * (c) 2009 Armin Ronacher - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - /** - * Represents a for node. - * - * @package twig - * @author Fabien Potencier <fabien.potencier@symfony-project.com> - */ +* +* @package phpBB3 +* @copyright (c) 2013 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ + class phpbb_template_twig_node_begin extends Twig_Node { public function __construct($beginName, Twig_NodeInterface $body, Twig_NodeInterface $else = null, $lineno, $tag = null) |