1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/extension-manager] Clear up docs of extension related template changes

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-11-18 15:29:32 +01:00
parent 8be1500048
commit 7cdc4bba25
3 changed files with 35 additions and 15 deletions

View File

@@ -71,8 +71,8 @@ class phpbb_template_locator
* Sets the list of template paths
*
* These paths will be searched for template files in the provided order.
* Paths may be outside of phpBB, but will still be cached to phpBB cache
* directory.
* Paths may be outside of phpBB, but templates loaded from these paths
* will still be cached.
*
* @param array $template_paths An array of paths to template directories
* @return null