From b74b96bfbd0b778ac50fd17f5e107c51435b1678 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 29 May 2016 12:32:14 +0200 Subject: Adds ConfigJson which handle the configuration in JSON format. Also use the Updater to make the transition --- application/PageBuilder.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/PageBuilder.php') diff --git a/application/PageBuilder.php b/application/PageBuilder.php index cf13c714..1d3ba9e8 100644 --- a/application/PageBuilder.php +++ b/application/PageBuilder.php @@ -75,6 +75,7 @@ class PageBuilder $this->tpl->assign('shaarlititle', $conf->get('title', 'Shaarli')); $this->tpl->assign('openshaarli', $conf->get('config.OPEN_SHAARLI', false)); $this->tpl->assign('showatom', $conf->get('config.SHOW_ATOM', false)); + $this->tpl->assign('hide_timestamps', $conf->get('config.HIDE_TIMESTAMPS', false)); // FIXME! Globals if (!empty($GLOBALS['plugin_errors'])) { $this->tpl->assign('plugin_errors', $GLOBALS['plugin_errors']); -- cgit v1.2.3