diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-14 22:57:58 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-14 22:57:58 +0200 |
commit | 7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89 (patch) | |
tree | f2a339953921dcee79c0d86f4e4ed47c72b0f6a9 /phpBB | |
parent | 7dfb8d7c2022669087b3ed0ba7871b8346e5a6dd (diff) | |
download | forums-7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89.tar forums-7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89.tar.gz forums-7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89.tar.bz2 forums-7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89.tar.xz forums-7d414d04ca80b3dc5efc7ece4c3c28123a4e7e89.zip |
[feature/merging-style-components] Moving template classes to style
Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates
PHPBB3-10632
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/style/extension_path_provider.php (renamed from phpBB/includes/template/extension_path_provider.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/locator.php (renamed from phpBB/includes/template/locator.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/path_provider.php (renamed from phpBB/includes/template/path_provider.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/path_provider_interface.php (renamed from phpBB/includes/template/path_provider_interface.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template.php (renamed from phpBB/includes/template/template.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_compile.php (renamed from phpBB/includes/template/compile.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_context.php (renamed from phpBB/includes/template/context.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_filter.php (renamed from phpBB/includes/template/filter.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_renderer.php (renamed from phpBB/includes/template/renderer.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_renderer_eval.php (renamed from phpBB/includes/template/renderer_eval.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/style/template_renderer_include.php (renamed from phpBB/includes/template/renderer_include.php) | 0 |
11 files changed, 0 insertions, 0 deletions
diff --git a/phpBB/includes/template/extension_path_provider.php b/phpBB/includes/style/extension_path_provider.php index 2897f60ac1..2897f60ac1 100644 --- a/phpBB/includes/template/extension_path_provider.php +++ b/phpBB/includes/style/extension_path_provider.php diff --git a/phpBB/includes/template/locator.php b/phpBB/includes/style/locator.php index d4502d7984..d4502d7984 100644 --- a/phpBB/includes/template/locator.php +++ b/phpBB/includes/style/locator.php diff --git a/phpBB/includes/template/path_provider.php b/phpBB/includes/style/path_provider.php index b0b545973d..b0b545973d 100644 --- a/phpBB/includes/template/path_provider.php +++ b/phpBB/includes/style/path_provider.php diff --git a/phpBB/includes/template/path_provider_interface.php b/phpBB/includes/style/path_provider_interface.php index 8b3a406d2a..8b3a406d2a 100644 --- a/phpBB/includes/template/path_provider_interface.php +++ b/phpBB/includes/style/path_provider_interface.php diff --git a/phpBB/includes/template/template.php b/phpBB/includes/style/template.php index bac5445511..bac5445511 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/style/template.php diff --git a/phpBB/includes/template/compile.php b/phpBB/includes/style/template_compile.php index b0009421c5..b0009421c5 100644 --- a/phpBB/includes/template/compile.php +++ b/phpBB/includes/style/template_compile.php diff --git a/phpBB/includes/template/context.php b/phpBB/includes/style/template_context.php index ec09da1cf3..ec09da1cf3 100644 --- a/phpBB/includes/template/context.php +++ b/phpBB/includes/style/template_context.php diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/style/template_filter.php index f55c8d7e9c..f55c8d7e9c 100644 --- a/phpBB/includes/template/filter.php +++ b/phpBB/includes/style/template_filter.php diff --git a/phpBB/includes/template/renderer.php b/phpBB/includes/style/template_renderer.php index 30e234a733..30e234a733 100644 --- a/phpBB/includes/template/renderer.php +++ b/phpBB/includes/style/template_renderer.php diff --git a/phpBB/includes/template/renderer_eval.php b/phpBB/includes/style/template_renderer_eval.php index f8e4cb7b10..f8e4cb7b10 100644 --- a/phpBB/includes/template/renderer_eval.php +++ b/phpBB/includes/style/template_renderer_eval.php diff --git a/phpBB/includes/template/renderer_include.php b/phpBB/includes/style/template_renderer_include.php index f5c9026abf..f5c9026abf 100644 --- a/phpBB/includes/template/renderer_include.php +++ b/phpBB/includes/style/template_renderer_include.php |