1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/12661] Add template test

PHPBB3-12661
This commit is contained in:
Pico88
2014-08-24 08:19:44 +02:00
committed by Pico
parent ae3b015f65
commit 273fc5b5b6
6 changed files with 86 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ class twig extends \phpbb\template\base
$names = $this->get_user_style();
// Add 'all' folder to $names array
// It allows extensions to load a template file from 'all' folder,
// if a style doesn't include it.
// if a style doesn't include it.
$names[] = 'all';
$paths = array();