[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
This commit is contained in:
Oleg Pudeyev 2011-05-11 19:43:08 -04:00
parent d2daaf0317
commit 345852d240

View file

@ -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 * @access public
* @param string $template_path Path to template directory * @param string $template_path Path to template directory
* @param string $template_name Name of template * @param string $template_name Name of template