Ver código fonte

fixing template foldername from Uppercase to lowercase

pull/1/head
Marcel Völkel 7 anos atrás
pai
commit
2c3bdfa1f9
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      Application/scf/Core/Templates.php
  2. 1
    1
      version

+ 1
- 1
Application/scf/Core/Templates.php Ver arquivo

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

+ 1
- 1
version Ver arquivo

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

Carregando…
Cancelar
Salvar