diff options
Diffstat (limited to 'app/view/templates/timeline.php')
-rw-r--r-- | app/view/templates/timeline.php | 2 |
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()) { ?> |