Script 17.3 Forum Home Page

Output

Welcome to our site.Feel free to browse the forums. You must be registered and logged in to contribute new posts.

Source
<?php # Script 17.3 - index, the main page for the message board 

// Include the header:
include (CHAPTER_PATH.'/'.$chapter.'/includes/17.1.php');

// The content on this page is introductory text pulled from the database, based upon the selected language
echo '<p class="intro">' . $words['intro'] . '</p>'; 

// Include the footer file:
include (CHAPTER_PATH.'/'.$chapter.'/includes/17.2.php');
?>