aboutsummaryrefslogtreecommitdiff
path: root/view/relive.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-07 17:58:07 +0100
committerMaZderMind2015-03-14 13:46:47 +0100
commit844a7d53f2d78bafba479c0d931277246ade61de (patch)
tree7a9ab7e3ddcafa878f89deecc03c6de742fa2efa /view/relive.php
parent8bb9b119a34717782e41124030917bd86d47f754 (diff)
Renames pages -> view
Diffstat (limited to 'view/relive.php')
-rw-r--r--view/relive.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/relive.php b/view/relive.php
new file mode 100644
index 0000000..0608423
--- /dev/null
+++ b/view/relive.php
@@ -0,0 +1,7 @@
+<?php
+
+echo $tpl->render(array(
+ 'page' => 'relive',
+ 'title' => 'Relive!',
+ 'talks' => relive_talks(),
+));