From 520a5f92953d350880355dbe46217d2b41edd2bd Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 31 Aug 2011 17:49:48 -0400 Subject: [feature/extension-manager] Refactoring the structure of extension provider PHPBB3-10323 --- .../includes/template/path_provider_interface.php | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 phpBB/includes/template/path_provider_interface.php (limited to 'phpBB/includes/template/path_provider_interface.php') diff --git a/phpBB/includes/template/path_provider_interface.php b/phpBB/includes/template/path_provider_interface.php new file mode 100644 index 0000000000..800d7697d9 --- /dev/null +++ b/phpBB/includes/template/path_provider_interface.php @@ -0,0 +1,52 @@ +