Changeset 170
- Timestamp:
- 06/04/2003 09:21:14 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r158 r170 28 28 <div id="content"> 29 29 30 <?php foreach ($posts as $post) { start_b2(); ?>30 <?php if ($posts) { foreach ($posts as $post) { start_b2(); ?> 31 31 <?php the_date('','<h2>','</h2>'); ?> 32 32 … … 50 50 <?php include('b2comments.php'); ?> 51 51 52 <?php } ?>52 <?php } } // end foreach, end if any posts ?> 53 53 54 54 </div> 55 55 56 <p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>Word press</strong></a></cite></p>56 <p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p> 57 57 58 58
Note: See TracChangeset
for help on using the changeset viewer.