aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index f62cf139..c303f8e3 100755
--- a/index.php
+++ b/index.php
@@ -10,10 +10,10 @@
10 10
11include dirname(__FILE__).'/inc/config.php'; 11include dirname(__FILE__).'/inc/config.php';
12 12
13$entries = display_view(); 13$entries = display_view($view);
14 14
15$tpl->assign('title', 'poche, a read it later open source system'); 15$tpl->assign('title', 'poche, a read it later open source system');
16$tpl->assign('view', $_SESSION['view']); 16$tpl->assign('view', $view);
17$tpl->assign('poche_url', get_poche_url()); 17$tpl->assign('poche_url', get_poche_url());
18$tpl->assign('entries', $entries); 18$tpl->assign('entries', $entries);
19$tpl->assign('load_all_js', 1); 19$tpl->assign('load_all_js', 1);