diff options
Diffstat (limited to 'application/render/PageBuilder.php')
-rw-r--r-- | application/render/PageBuilder.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/render/PageBuilder.php b/application/render/PageBuilder.php index d90ed58b..2779eb90 100644 --- a/application/render/PageBuilder.php +++ b/application/render/PageBuilder.php | |||
@@ -149,6 +149,10 @@ class PageBuilder | |||
149 | */ | 149 | */ |
150 | protected function finalize(): void | 150 | protected function finalize(): void |
151 | { | 151 | { |
152 | //FIXME - DEV _ REMOVE ME | ||
153 | $this->assign('base_path', '/Shaarli'); | ||
154 | $this->assign('asset_path', '/Shaarli/tpl/default'); | ||
155 | |||
152 | // TODO: use the SessionManager | 156 | // TODO: use the SessionManager |
153 | $messageKeys = [ | 157 | $messageKeys = [ |
154 | SessionManager::KEY_SUCCESS_MESSAGES, | 158 | SessionManager::KEY_SUCCESS_MESSAGES, |