ソースを参照

fixing template foldername from Uppercase to lowercase

pull/1/head
Marcel Völkel 7年前
コミット
2c3bdfa1f9
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

読み込み中…
キャンセル
保存