mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user