Procházet zdrojové kódy

fixing template foldername from Uppercase to lowercase

pull/1/head
Marcel Völkel před 7 roky
rodič
revize
2c3bdfa1f9
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      Application/scf/Core/Templates.php
  2. 1
    1
      version

+ 1
- 1
Application/scf/Core/Templates.php Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit