Explorar el Código

twig loaded in index

twig
Ernest Debruyne hace 2 años
padre
commit
aa873ab3b5
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      public/index.php

+ 5
- 0
public/index.php Ver fichero

@@ -15,6 +15,11 @@ require __DIR__ . '/../vendor/autoload.php';

$app = AppFactory::create();

$loader = new \Twig\Loader\FilesystemLoader('../templates');
$twig = new \Twig\Environment($loader, [
'cache' => '../cache',
]);

ini_set('display_errors', 'Off');

function addNavbar($response)

Cargando…
Cancelar
Guardar