diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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 |