summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-20 20:48:57 +0200
committerGitHub <noreply@github.com>2017-07-20 20:48:57 +0200
commit3406967ab4bf60fd00a22541a6b5a8155121cbad (patch)
treeab10822d61e7a2549be99bf2e7964351ddda484b /public/index.php
parent37d4edcd9ace5021b6eb02761a9c3865c5607f33 (diff)
parente1762e7764d4ee4f37757ecd2630f62a440dbf0e (diff)
Merge pull request #329 from MyIgel/renderer
Added renderer
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 52f32438..f22721c8 100644
--- a/public/index.php
+++ b/public/index.php
@@ -166,7 +166,7 @@ if (
$event_config = EventConfig();
-echo template_render(__DIR__ . '/../templates/layout.html', [
+echo view(__DIR__ . '/../templates/layout.html', [
'theme' => isset($user) ? $user['color'] : config('theme'),
'title' => $title,
'atom_link' => ($page == 'news' || $page == 'user_meetings')