From 309ed5e5c32cb334986b53ca855e26dd483c2919 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 24 Jun 2013 13:37:22 -0500 Subject: [feature/twig] Fixing file header copyrights PHPBB3-11598 --- .../includes/template/twig/tokenparser/include.php | 26 ++++++---------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'phpBB/includes/template/twig/tokenparser/include.php') diff --git a/phpBB/includes/template/twig/tokenparser/include.php b/phpBB/includes/template/twig/tokenparser/include.php index 32e1cd331d..0f7e4faf8f 100644 --- a/phpBB/includes/template/twig/tokenparser/include.php +++ b/phpBB/includes/template/twig/tokenparser/include.php @@ -1,24 +1,12 @@ - * {% include 'header.html' %} - * Body - * {% include 'footer.html' %} - * - */ +* +* @package phpBB3 +* @copyright (c) 2013 phpBB Group, sections (c) 2009 Fabien Potencier +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ + class phpbb_template_twig_tokenparser_include extends Twig_TokenParser_Include { /** -- cgit v1.2.1