pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
911eeb26c67579e4c2ed64d51d5a22ec21887a14
parent
9cd7ff8b7236cee0a13572bce44ea22df7c7eee5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-10-14 10:43
fix template location

Diffstat

M index.php 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/index.php b/index.php

@@ -59,7 +59,7 @@ class Pupupu
   59    59         $this->targetDir = $targetDir;
   60    60 
   61    61         $this->parsedown = new Parsedown();
   62    -1         $loader = new Twig_Loader_Filesystem($targetDir . '/_templates');
   -1    62         $loader = new Twig_Loader_Filesystem($srcDir . '/_templates');
   63    63         $this->twig = new Twig_Environment($loader);
   64    64 
   65    65     }