aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a26c42e1..7260e583 100644
--- a/index.php
+++ b/index.php
@@ -30,7 +30,7 @@ $tpl_vars = array(
30 'referer' => $referer, 30 'referer' => $referer,
31 'view' => $view, 31 'view' => $view,
32 'poche_url' => Tools::getPocheUrl(), 32 'poche_url' => Tools::getPocheUrl(),
33 'title' => _('poche, a read it later open source system'), 33 'title' => _('wallabag, a read it later open source system'),
34 'token' => Session::getToken(), 34 'token' => Session::getToken(),
35 'theme' => $poche->getTheme() 35 'theme' => $poche->getTheme()
36); 36);