aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/timeline.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-21 18:24:05 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-21 18:24:05 +0200
commitf0e2ac8baa2aa025cb820d96630b97041307d1d7 (patch)
tree85ae18e873dde467d052c00843fb8dcfdf3f6011 /app/view/templates/timeline.php
parentb146952bb3ebacec8d4f1dd806ea5a9955bd3693 (diff)
downloadwcms-f0e2ac8baa2aa025cb820d96630b97041307d1d7.tar.gz
wcms-f0e2ac8baa2aa025cb820d96630b97041307d1d7.zip
Feature : datalist with autofocus
Diffstat (limited to 'app/view/templates/timeline.php')
-rw-r--r--app/view/templates/timeline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/timeline.php b/app/view/templates/timeline.php
index 874b953..2db861c 100644
--- a/app/view/templates/timeline.php
+++ b/app/view/templates/timeline.php
@@ -8,7 +8,7 @@
<body>
- <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'timeline']) ?>
+ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'timeline', 'pagelist' => $pagelist]) ?>
<?php if($user->iseditor()) { ?>