From 7030578bbe9e11c18b5becaf8b06e670e3c2e3cd Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 14 Jul 2013 01:32:34 -0400 Subject: [ticket/11698] Moving all autoloadable files to phpbb/ PHPBB3-11698 --- phpBB/includes/template/twig/node/includejs.php | 32 ------------------------- 1 file changed, 32 deletions(-) delete mode 100644 phpBB/includes/template/twig/node/includejs.php (limited to 'phpBB/includes/template/twig/node/includejs.php') diff --git a/phpBB/includes/template/twig/node/includejs.php b/phpBB/includes/template/twig/node/includejs.php deleted file mode 100644 index fdf2bea3ed..0000000000 --- a/phpBB/includes/template/twig/node/includejs.php +++ /dev/null @@ -1,32 +0,0 @@ -environment->get_phpbb_config(); - - $compiler - ->raw("\n") - ; - } -} -- cgit v1.2.1