phpbb/phpBB/includes/style
Nathaniel Guse 36f25ea09b [feature/twig] Change style->set_style to accept a list of base directories
set_style now accepts an array containing a list of paths, e.g. array(
'ext/foo/bar/styles', 'styles'). Default: array('styles')

Using this option allows us to set the style based on the user's preferred
style (including the full tree), but use one or more base directories to
add the paths from.

The main use for this ability is so that extensions can call set_style,
including their path and the phpBB styles path (or any others) and have
their template files loaded from those directories (in the order given).

PHPBB3-11598
2013-07-04 10:12:09 -05:00
..
extension_path_provider.php [ticket/10844] Make sure ext_path has no trailing slash 2013-04-12 21:35:07 +02:00
path_provider.php [ticket/10735] Changing locator paths structure 2012-03-31 21:20:18 +03:00
path_provider_interface.php [ticket/10735] Changing locator paths structure 2012-03-31 21:20:18 +03:00
resource_locator.php [ticket/11227] @return void -> @return null, per coding guidelines. 2012-11-30 23:03:06 -05:00
style.php [feature/twig] Change style->set_style to accept a list of base directories 2013-07-04 10:12:09 -05:00