Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1. <?php include TEMPLATE_PATH . "/include/header.php"?>
  2. <!--- title --->
  3. <h2><?php echo $article->title ?></h2>
  4. <!-- time --->
  5. <small><?php echo $article->pubDate ?></small>
  6. <!-- summary -->
  7. <p class="summary"><?php echo $article->summary ?></p>
  8. <!-- content -->
  9. <p><?php echo $article->content ?></p>
  10. <?php include TEMPLATE_PATH . "/include/footer.php"?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement