diff options
Diffstat (limited to 'app/view/templates/backtopbar.php')
-rw-r--r-- | app/view/templates/backtopbar.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/backtopbar.php b/app/view/templates/backtopbar.php index 06ec1fe..91ccd89 100644 --- a/app/view/templates/backtopbar.php +++ b/app/view/templates/backtopbar.php @@ -1,4 +1,4 @@ -<div id="topbar"> +<header id="topbar"> <span id="search"> <form action="<?= $this->url('search') ?>" method="post"> @@ -66,4 +66,4 @@ if($user->isadmin()) { <?php } ?> -</div>
\ No newline at end of file +</header>
\ No newline at end of file |