Fix the path for raintpl and remove some trailing spaces and extra tabs.
This commit is contained in:
parent
e0639901fa
commit
72944f1976
|
|
@ -49,8 +49,8 @@ include "root.php";
|
|||
if ($this->engine === 'raintpl') {
|
||||
include "resources/templates/engine/raintpl/rain.tpl.class.php";
|
||||
$this->object = new RainTPL();
|
||||
RainTPL::configure( 'tpl_dir', $this->template_dir);
|
||||
RainTPL::configure( 'cache_dir', $this->cache_dir);
|
||||
RainTPL::configure('tpl_dir', realpath($this->template_dir)."/");
|
||||
RainTPL::configure('cache_dir', realpath($this->cache_dir)."/");
|
||||
}
|
||||
if ($this->engine === 'twig') {
|
||||
require_once "resources/templates/engine/twig/Autoloader.php";
|
||||
|
|
|
|||
Loading…
Reference in New Issue