diff options
Diffstat (limited to 'app/controllers/start.php')
| -rw-r--r-- | app/controllers/start.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/start.php b/app/controllers/start.php index 87c493e..3040d58 100644 --- a/app/controllers/start.php +++ b/app/controllers/start.php @@ -53,6 +53,8 @@ class StartController extends AuthenticatedController } } + $this->widget_layout = $this->get_template_factory()->open('start/_widget.php'); + $sidebar = Sidebar::get(); $nav = $sidebar->addWidget(new NavigationWidget()); |
