Example #1
0
    ?>
		<div class="view-content">
			<h1> <?php 
    echo htmlentities($current_page["menu_name"]);
    ?>
 </h1> 
			
			<?php 
    /**
     * built page content with parameter 
     */
    $width = "80";
    // the width of each line of page content
    $indent = "2";
    // indent for first line of paragraph
    $page_content = utility::built_page_content($width, $indent);
    ?>
			
			<p><?php 
    echo $page_content;
    ?>
</p>
			
			<p class="post-footer align-right"> <a href="index.php?page=<?php 
    echo $current_page['id'];
    ?>
&read=1" class="readmore">Read more</a> <span class="comments">Comments (<?php 
    echo $dbo->count_number_rows($comment_set);
    ?>
)</span> <span class="date"><?php 
    echo $current_page['created'];