diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index 7150e7f96c1b9d409e43909b91ab0d193eb5501a..31db07293a9c3473e2fa665f7cb2a5343da1da20 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -137,6 +137,11 @@ class SimpleSAML_XHTML_Template return new \Twig_Environment($loader, array('cache' => $cache, 'auto_reload' => $auto_reload)); } + /* + * Add overriding templates in configured theme + * + * @return array an array of module => templatedir lookups + */ private function findThemeTemplateDirs() { // parse config to find theme and module theme is in, if any @@ -176,7 +181,7 @@ class SimpleSAML_XHTML_Template /* * Which enabled modules have templates? * - * @return an array of module => templatedir lookups + * @return array an array of module => templatedir lookups */ private function findModuleTemplateDirs() {