Slashblog
[ class tree: Slashblog ] [ index: Slashblog ] [ all elements ]

Source for file loop.php

Documentation is available at loop.php

  1. <?php while($blog->MorePosts()) ?>
  2. <div id="post">
  3.   <h2><?php $blog->CurrentTitle()?></h2>
  4.   <?php $blog->CurrentContent()?>
  5. </div>
  6. <?php $blog->NextPost()?>

Documentation generated on Mon, 26 May 2008 19:59:42 +0100 by phpDocumentor 1.4.0