summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php22
1 files changed, 12 insertions, 10 deletions
diff --git a/index.php b/index.php
index 3672dbe..a3d6fce 100644
--- a/index.php
+++ b/index.php
@@ -53,12 +53,14 @@ include_once 'header.php';
mysqli_stmt_close($stmt);
mysqli_free_result($result);
?>
- </table>
- <table>
- <tr>
- <th class="left">Latest Threads</th>
- <th class="right">Latest Post</th>
- </tr>
+
+</table>
+<table>
+ <tr>
+ <th class="left">Latest Threads <a href="all.php">View All</a></th>
+ <th class="right">Latest Post</th>
+ </tr>
+
<?php
include_once 'includes/db_inc.php';
include_once 'includes/functions_inc.php';
@@ -73,7 +75,7 @@ include_once 'header.php';
display_threads($dbc, $result, true);
mysqli_free_result($result);
?>
- </table>
-<?php
-include_once 'footer.php';
-?>
+
+</table>
+
+<?php include_once 'footer.php';?> \ No newline at end of file