From 733018f99a7d8c6200921f31c683606c6f01fe76 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 3 Apr 2012 11:23:09 +0300 Subject: [PATCH] [ticket/10756] Moving template classes Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix PHPBB3-10756 --- .../includes/{style/template_compile.php => template/compile.php} | 0 .../includes/{style/template_context.php => template/context.php} | 0 phpBB/includes/{style/template_filter.php => template/filter.php} | 0 .../{style/template_renderer.php => template/renderer.php} | 0 .../template_renderer_eval.php => template/renderer_eval.php} | 0 .../renderer_include.php} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename phpBB/includes/{style/template_compile.php => template/compile.php} (100%) rename phpBB/includes/{style/template_context.php => template/context.php} (100%) rename phpBB/includes/{style/template_filter.php => template/filter.php} (100%) rename phpBB/includes/{style/template_renderer.php => template/renderer.php} (100%) rename phpBB/includes/{style/template_renderer_eval.php => template/renderer_eval.php} (100%) rename phpBB/includes/{style/template_renderer_include.php => template/renderer_include.php} (100%) diff --git a/phpBB/includes/style/template_compile.php b/phpBB/includes/template/compile.php similarity index 100% rename from phpBB/includes/style/template_compile.php rename to phpBB/includes/template/compile.php diff --git a/phpBB/includes/style/template_context.php b/phpBB/includes/template/context.php similarity index 100% rename from phpBB/includes/style/template_context.php rename to phpBB/includes/template/context.php diff --git a/phpBB/includes/style/template_filter.php b/phpBB/includes/template/filter.php similarity index 100% rename from phpBB/includes/style/template_filter.php rename to phpBB/includes/template/filter.php diff --git a/phpBB/includes/style/template_renderer.php b/phpBB/includes/template/renderer.php similarity index 100% rename from phpBB/includes/style/template_renderer.php rename to phpBB/includes/template/renderer.php diff --git a/phpBB/includes/style/template_renderer_eval.php b/phpBB/includes/template/renderer_eval.php similarity index 100% rename from phpBB/includes/style/template_renderer_eval.php rename to phpBB/includes/template/renderer_eval.php diff --git a/phpBB/includes/style/template_renderer_include.php b/phpBB/includes/template/renderer_include.php similarity index 100% rename from phpBB/includes/style/template_renderer_include.php rename to phpBB/includes/template/renderer_include.php