summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-07-20 02:22:18 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-07-20 02:30:53 +0200
commite1762e7764d4ee4f37757ecd2630f62a440dbf0e (patch)
treeab10822d61e7a2549be99bf2e7964351ddda484b /public/index.php
parentd4ad70804be9d310787b98fcdce51b3697967d22 (diff)
replaced template_render with dynamic renderer class
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')