aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/locator.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-08-07 19:07:27 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-08-07 19:07:27 -0400
commitf3befa4b29b52680d5a32e197ea0776b8478d71d (patch)
treee346f5adc75d9d55fc5df9db2486f75e717dda3b /phpBB/includes/template/locator.php
parent02fc5330664120705a7812103046f88eab723d3e (diff)
downloadforums-f3befa4b29b52680d5a32e197ea0776b8478d71d.tar
forums-f3befa4b29b52680d5a32e197ea0776b8478d71d.tar.gz
forums-f3befa4b29b52680d5a32e197ea0776b8478d71d.tar.bz2
forums-f3befa4b29b52680d5a32e197ea0776b8478d71d.tar.xz
forums-f3befa4b29b52680d5a32e197ea0776b8478d71d.zip
[feature/template-engine] Remaining documentation.
PHPBB3-9726
Diffstat (limited to 'phpBB/includes/template/locator.php')
-rw-r--r--phpBB/includes/template/locator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/template/locator.php b/phpBB/includes/template/locator.php
index 804fd07537..e47548be23 100644
--- a/phpBB/includes/template/locator.php
+++ b/phpBB/includes/template/locator.php
@@ -90,6 +90,7 @@ class phpbb_template_locator
/**
* Sets the template filenames for handles. $filename_array
* should be a hash of handle => filename pairs.
+ *
* @param array $filname_array Should be a hash of handle => filename pairs.
*/
public function set_filenames(array $filename_array)