diff options
Diffstat (limited to 'application/PageBuilder.php')
-rw-r--r-- | application/PageBuilder.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/PageBuilder.php b/application/PageBuilder.php index a4483870..3dba7677 100644 --- a/application/PageBuilder.php +++ b/application/PageBuilder.php | |||
@@ -105,6 +105,11 @@ class PageBuilder | |||
105 | if ($this->linkDB !== null) { | 105 | if ($this->linkDB !== null) { |
106 | $this->tpl->assign('tags', $this->linkDB->linksCountPerTag()); | 106 | $this->tpl->assign('tags', $this->linkDB->linksCountPerTag()); |
107 | } | 107 | } |
108 | |||
109 | $this->tpl->assign('thumbnails_enabled', $this->conf->get('thumbnails.enabled')); | ||
110 | $this->tpl->assign('thumbnails_width', $this->conf->get('thumbnails.width')); | ||
111 | $this->tpl->assign('thumbnails_height', $this->conf->get('thumbnails.height')); | ||
112 | |||
108 | // To be removed with a proper theme configuration. | 113 | // To be removed with a proper theme configuration. |
109 | $this->tpl->assign('conf', $this->conf); | 114 | $this->tpl->assign('conf', $this->conf); |
110 | } | 115 | } |