From cb48ba9b7068302414b18435505a041d22bd9e4b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 8 Mar 2015 13:42:58 +0100 Subject: Introduce Models abstracting the Config away from Views & Templates --- view/overview.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/overview.php') diff --git a/view/overview.php b/view/overview.php index 6305940..3b52e8f 100644 --- a/view/overview.php +++ b/view/overview.php @@ -3,4 +3,6 @@ echo $tpl->render(array( 'page' => 'overview', 'title' => 'Live-Streams', + + 'overview' => new Overview(), )); -- cgit v1.2.3