aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-05-11 19:43:08 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-05-12 20:13:31 -0400
commit345852d240fe224fa825f90b0ef8a34398c91291 (patch)
tree731bd0579db8185997e1d77e330b4285710822da /phpBB/includes/template.php
parentd2daaf0317ac6bb224b8f93c1ac9578c9d570dc9 (diff)
downloadforums-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.php5
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