* {% include 'header.html' %} * Body * {% include 'footer.html' %} * */ class phpbb_template_twig_tokenparser_event extends Twig_TokenParser_Include { /** * Gets the tag name associated with this token parser. * * @return string The tag name */ public function getTag() { return 'EVENT'; } }