diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-11 19:43:08 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-12 20:13:31 -0400 |
| commit | 345852d240fe224fa825f90b0ef8a34398c91291 (patch) | |
| tree | 731bd0579db8185997e1d77e330b4285710822da /phpBB/includes/template.php | |
| parent | d2daaf0317ac6bb224b8f93c1ac9578c9d570dc9 (diff) | |
| download | forums-345852d240fe224fa825f90b0ef8a34398c91291.tar forums-345852d240fe224fa825f90b0ef8a34398c91291.tar.gz forums-345852d240fe224fa825f90b0ef8a34398c91291.tar.bz2 forums-345852d240fe224fa825f90b0ef8a34398c91291.tar.xz forums-345852d240fe224fa825f90b0ef8a34398c91291.zip | |
[feature/template-engine] Clarify cache directory path for set_custom_template
Even if the template may be outside of phpBB, phpBB's cache directory
is still going to be used for storing compiled template code.
PHPBB3-9726
Diffstat (limited to 'phpBB/includes/template.php')
| -rw-r--r-- | phpBB/includes/template.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 90b8bb2a22..daff785dc0 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -101,7 +101,10 @@ class phpbb_template } /** - * Set custom template location (able to use directory outside of phpBB) + * Set custom template location (able to use directory outside of phpBB). + * + * Note: Templates are still compiled to phpBB's cache directory. + * * @access public * @param string $template_path Path to template directory * @param string $template_name Name of template |
