Browse Source

fixing template foldername from Uppercase to lowercase

pull/1/head
Marcel Völkel 7 years ago
parent
commit
2c3bdfa1f9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Application/scf/Core/Templates.php
  2. 1
    1
      version

+ 1
- 1
Application/scf/Core/Templates.php View File

32
         $this->_settings = $settings;
32
         $this->_settings = $settings;
33
         $this->_router = $router;
33
         $this->_router = $router;
34
 
34
 
35
-        $this->setTemplateDir(ROOT . DS . APP . '/Templates/sternenkindsaga/');
35
+        $this->setTemplateDir(ROOT . DS . APP . '/templates/sternenkindsaga/');
36
         $this->setCompileDir(ROOT . DS . APP . '/Caches/templates_c/');
36
         $this->setCompileDir(ROOT . DS . APP . '/Caches/templates_c/');
37
         $this->setConfigDir(ROOT . DS . APP . '/Caches/configs/');
37
         $this->setConfigDir(ROOT . DS . APP . '/Caches/configs/');
38
         $this->setCacheDir(ROOT . DS . APP . '/Caches/cache/');
38
         $this->setCacheDir(ROOT . DS . APP . '/Caches/cache/');

+ 1
- 1
version View File

1
-v1.1.2 Rev: 5
1
+v1.1.2 Rev: 6

Loading…
Cancel
Save