mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/10756] Renaming template classes
Renaming template classes from phpbb_style_template_ to phpbb_template_ PHPBB3-10756
This commit is contained in:
committed by
Nils Adermann
parent
733018f99a
commit
ef295a2860
@@ -15,7 +15,7 @@ if (!defined('IN_PHPBB'))
|
||||
exit;
|
||||
}
|
||||
|
||||
stream_filter_register('phpbb_template', 'phpbb_style_template_filter');
|
||||
stream_filter_register('phpbb_template', 'phpbb_template_filter');
|
||||
|
||||
/**
|
||||
* Extension of template class - Functions needed for compiling templates only.
|
||||
@@ -23,7 +23,7 @@ stream_filter_register('phpbb_template', 'phpbb_style_template_filter');
|
||||
* @package phpBB3
|
||||
* @uses template_filter As a PHP stream filter to perform compilation of templates
|
||||
*/
|
||||
class phpbb_style_template_compile
|
||||
class phpbb_template_compile
|
||||
{
|
||||
/**
|
||||
* Array of parameters to forward to template filter
|
||||
|
Reference in New Issue
Block a user