Changeset 114 for trunk/index.php
- Timestamp:
- 05/29/2003 02:04:30 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r105 r114 30 30 31 31 <!-- // b2 loop start --> 32 <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>32 <?php foreach ($posts as $post) { start_b2(); ?> 33 33 34 34 … … 48 48 <?php link_pages('<br />Pages: ', '<br />', 'number'); ?> 49 49 <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?> 50 <?php trackback_popup_link('TrackBack (0)', 'TrackBack (1)', 'TrackBack (%)'); ?>51 <?php pingback_popup_link('PingBack (0)', 'PingBack (1)', 'PingBack (%)'); ?>52 50 </div> 53 51 … … 57 55 <?php include('b2comments.php'); ?> 58 56 59 <!-- this includes the trackbacks -->60 <?php include('b2trackback.php'); ?>61 62 <!-- this includes the pingbacks -->63 <?php include('b2pingbacks.php'); ?>64 57 65 58 <!-- // this is just the end of the motor - don't touch that line either :) -->
Note: See TracChangeset
for help on using the changeset viewer.