mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +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
@@ -119,7 +119,7 @@ class phpbb_style
|
||||
|
||||
$this->template->cachepath = $this->phpbb_root_path . 'cache/tpl_' . str_replace('_', '-', $name) . '_';
|
||||
|
||||
$this->template->context = new phpbb_style_template_context();
|
||||
$this->template->context = new phpbb_template_context();
|
||||
|
||||
if ($template_path !== false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user