瀏覽代碼

twig loaded in index

twig
Ernest Debruyne 2 年之前
父節點
當前提交
aa873ab3b5
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      public/index.php

+ 5
- 0
public/index.php 查看文件

@@ -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)

Loading…
取消
儲存