diff --git a/index.php b/index.php
index a848056..51d3915 100644
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@
// News display
tableBoxHeader( 'black', $tableHeadColor );
tableTitle( 'Latest News', 1, $tableHeadColor );
- Do not screw with other member's news entries, it is not appreciated.
+ include("blah.html");
tableBoxFooter();
?> |