aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/backtopbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-12 19:49:41 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-12 19:51:41 +0100
commiteb30a63c819ca50ebbc896eb293a0745dcd043be (patch)
tree45144b6d8e2a841de56d76c463e53c99ad029f02 /app/view/templates/backtopbar.php
parent36d878ac00f4df0a4ff54e2ea8355b323f0a87f3 (diff)
downloadwcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.tar.gz
wcms-eb30a63c819ca50ebbc896eb293a0745dcd043be.zip
timeline message working
Diffstat (limited to 'app/view/templates/backtopbar.php')
-rw-r--r--app/view/templates/backtopbar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/templates/backtopbar.php b/app/view/templates/backtopbar.php
index 78e9181..07b19e8 100644
--- a/app/view/templates/backtopbar.php
+++ b/app/view/templates/backtopbar.php
@@ -22,6 +22,7 @@
<?php } else { ?>
<span>
+<a href="<?= $this->url('timeline') ?>" <?= $tab == 'timeline' ? 'class="actualpage"' : '' ?>>timeline</a>
<a href="<?= $this->url('user') ?>" <?= $tab == 'user' ? 'class="actualpage"' : '' ?>><?= $user->id() ?></a> <i><?= $user->level() ?></i>
</span>