mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[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:
parent
d2daaf0317
commit
345852d240
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue