Example #1
0
        echo " {$content} </code></p>";
    }
    ?>
			
			<div id="pagination"><?php 
    echo $pagination->built_pagination_links($paginate);
    ?>
</div>	
			
			<h3><?php 
    echo session::message();
    ?>
</h3>
			
			<?php 
    echo utility::display_comments_form();
    ?>
			
		</div>
		
	<?php 
} else {
    ?>
		
			<!-- this is default page of your site, any one access to see this part first -->
			<?php 
    include "../includes/layouts/index_content.php";
    ?>
			
	<?php 
}