diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 75e466e..d6d1f51 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -62,7 +62,7 @@ <?php } else { ?> - <!-- ___________________ L I S T _________________________ --> + <!-- ___________________ D E E P _________________________ --> <div id="deepsearchbar" class="hidephone"> <form action="<?= $this->url('home') ?>" method="get"> @@ -84,6 +84,9 @@ </div> + <!-- ___________________ T A B L E _______________________ --> + + <div class="scroll"> <table id="home2table"> |