diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-03 11:23:09 +0300 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2012-04-19 04:15:11 +0200 |
commit | 733018f99a7d8c6200921f31c683606c6f01fe76 (patch) | |
tree | 634f3059c3c58e7f172625594ff91588fd775f59 /phpBB/includes | |
parent | 3d87ab79ca089ba82a6a1d8bead93e18072698e5 (diff) | |
download | forums-733018f99a7d8c6200921f31c683606c6f01fe76.tar forums-733018f99a7d8c6200921f31c683606c6f01fe76.tar.gz forums-733018f99a7d8c6200921f31c683606c6f01fe76.tar.bz2 forums-733018f99a7d8c6200921f31c683606c6f01fe76.tar.xz forums-733018f99a7d8c6200921f31c683606c6f01fe76.zip |
[ticket/10756] Moving template classes
Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix
PHPBB3-10756
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/template/compile.php (renamed from phpBB/includes/style/template_compile.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/template/context.php (renamed from phpBB/includes/style/template_context.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/template/filter.php (renamed from phpBB/includes/style/template_filter.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/template/renderer.php (renamed from phpBB/includes/style/template_renderer.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/template/renderer_eval.php (renamed from phpBB/includes/style/template_renderer_eval.php) | 0 | ||||
-rw-r--r-- | phpBB/includes/template/renderer_include.php (renamed from phpBB/includes/style/template_renderer_include.php) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/phpBB/includes/style/template_compile.php b/phpBB/includes/template/compile.php index fa0928f424..fa0928f424 100644 --- a/phpBB/includes/style/template_compile.php +++ b/phpBB/includes/template/compile.php diff --git a/phpBB/includes/style/template_context.php b/phpBB/includes/template/context.php index b22f77da2e..b22f77da2e 100644 --- a/phpBB/includes/style/template_context.php +++ b/phpBB/includes/template/context.php diff --git a/phpBB/includes/style/template_filter.php b/phpBB/includes/template/filter.php index 6ef9d80a3d..6ef9d80a3d 100644 --- a/phpBB/includes/style/template_filter.php +++ b/phpBB/includes/template/filter.php diff --git a/phpBB/includes/style/template_renderer.php b/phpBB/includes/template/renderer.php index bd2a786e86..bd2a786e86 100644 --- a/phpBB/includes/style/template_renderer.php +++ b/phpBB/includes/template/renderer.php diff --git a/phpBB/includes/style/template_renderer_eval.php b/phpBB/includes/template/renderer_eval.php index 3e08b06e69..3e08b06e69 100644 --- a/phpBB/includes/style/template_renderer_eval.php +++ b/phpBB/includes/template/renderer_eval.php diff --git a/phpBB/includes/style/template_renderer_include.php b/phpBB/includes/template/renderer_include.php index 91c1a1bb65..91c1a1bb65 100644 --- a/phpBB/includes/style/template_renderer_include.php +++ b/phpBB/includes/template/renderer_include.php |