diff options
Diffstat (limited to 'app/view/templates/info.php')
-rw-r--r-- | app/view/templates/info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php index 6c28068..f1ca1f9 100644 --- a/app/view/templates/info.php +++ b/app/view/templates/info.php @@ -5,7 +5,7 @@ <body> - <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'info']) ?> + <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'info', 'pagelist' => $pagelist]) ?> <main class="info"> |