diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index f2d2668..824d9f3 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -14,7 +14,7 @@ - <?php $this->insert('homemenu', ['user' => $user]) ?> + <?php $this->insert('homemenu', ['user' => $user, 'opt' => $opt]) ?> <main class="home"> |