소스 검색

Merge pull request #5 in ~MVOELKEL/sks-landingpage from develop to master

* commit '2c3bdfa1f9':
  fixing template foldername from Uppercase to lowercase
master
Marcel Völkel 7 년 전
부모
커밋
e5362c844b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      Application/scf/Core/Templates.php
  2. 1
    1
      version

+ 1
- 1
Application/scf/Core/Templates.php 파일 보기

@@ -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 파일 보기

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

Loading…
취소
저장