Skip to content
Snippets Groups Projects
Commit 11cf5e70 authored by Hanne Moa's avatar Hanne Moa
Browse files

Docs

parent ace479a2
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment