N°2982 - add theme_precompilation_enabled to be able to deactivate precompilation from conf + update provided precompiled files when IsDevelopmentEnvironment

This commit is contained in:
odain
2021-04-13 00:49:08 +02:00
parent 903afff687
commit d07199db7c
4 changed files with 52 additions and 6 deletions

View File

@@ -1834,6 +1834,13 @@ EOF;
{
return $this->oDOMDocument->GetNodes($sXPath, $oContextNode, $bSafe);
}
/**
* @return mixed
*/
public function getRootDirs() {
return $this->aRootDirs;
}
}
/**