diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-03 11:27:15 +0300 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2012-04-19 04:15:11 +0200 |
| commit | ef295a28606789874b524445f9fa690408c8eafc (patch) | |
| tree | 8cdeb86635179dd84caea10da909ee70ffd3af93 /phpBB/includes/template/renderer_include.php | |
| parent | 733018f99a7d8c6200921f31c683606c6f01fe76 (diff) | |
| download | forums-ef295a28606789874b524445f9fa690408c8eafc.tar forums-ef295a28606789874b524445f9fa690408c8eafc.tar.gz forums-ef295a28606789874b524445f9fa690408c8eafc.tar.bz2 forums-ef295a28606789874b524445f9fa690408c8eafc.tar.xz forums-ef295a28606789874b524445f9fa690408c8eafc.zip | |
[ticket/10756] Renaming template classes
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
Diffstat (limited to 'phpBB/includes/template/renderer_include.php')
| -rw-r--r-- | phpBB/includes/template/renderer_include.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/template/renderer_include.php b/phpBB/includes/template/renderer_include.php index 91c1a1bb65..f5c9026abf 100644 --- a/phpBB/includes/template/renderer_include.php +++ b/phpBB/includes/template/renderer_include.php @@ -22,7 +22,7 @@ if (!defined('IN_PHPBB')) * * @package phpBB3 */ -class phpbb_style_template_renderer_include implements phpbb_style_template_renderer +class phpbb_template_renderer_include implements phpbb_template_renderer { /** * Template path to be included. @@ -45,7 +45,7 @@ class phpbb_style_template_renderer_include implements phpbb_style_template_rend * Displays the template managed by this renderer by including * the php file containing the template. * - * @param phpbb_style_template_context $context Template context to use + * @param phpbb_template_context $context Template context to use * @param array $lang Language entries to use */ public function render($context, $lang) |
