summaryrefslogtreecommitdiff
path: root/app/Template/dashboard/layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/dashboard/layout.php')
-rw-r--r--app/Template/dashboard/layout.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Template/dashboard/layout.php b/app/Template/dashboard/layout.php
index 15ab8a1a..dbd16886 100644
--- a/app/Template/dashboard/layout.php
+++ b/app/Template/dashboard/layout.php
@@ -12,10 +12,13 @@
</li>
<?php endif ?>
<li>
- <?= $this->url->icon('search', t('Search'), 'SearchController', 'index') ?>
+ <?= $this->url->icon('folder', t('Project management'), 'ProjectListController', 'show') ?>
</li>
<li>
- <?= $this->url->icon('folder', t('Project management'), 'ProjectListController', 'show') ?>
+ <?= $this->modal->medium('dashboard', t('My activity stream'), 'ActivityController', 'user') ?>
+ </li>
+ <li>
+ <?= $this->modal->medium('calendar', t('My calendar'), 'CalendarController', 'user') ?>
</li>
</ul>
</div>