mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[ticket/10756] Creating locator interface
Creating locator interface to be used in template class PHPBB3-10756
This commit is contained in:
committed by
Nils Adermann
parent
ef295a2860
commit
ea3a2ef223
@@ -30,7 +30,7 @@ if (!defined('IN_PHPBB'))
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
class phpbb_style_resource_locator
|
||||
class phpbb_style_resource_locator implements phpbb_template_locator
|
||||
{
|
||||
/**
|
||||
* Paths to style directories.
|
||||
|
Reference in New Issue
Block a user