Make WordPress Core

Changeset 144 for trunk/b2.php


Ignore:
Timestamp:
06/01/2003 08:59:33 PM (23 years ago)
Author:
mikelittle
Message:

Fix to use ezsql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2.php

    r68 r144  
    1919<body>
    2020
    21         <!-- // b2 loop start -->
    22         <?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
    23 
     21<!-- // b2 loop start -->
     22<?php foreach ($posts as $post) { start_b2(); ?>
    2423
    2524<?php the_date("d.m.y","<h1>","</h1>"); ?>
     
    4039
    4140
    42         <!-- // this is just the end of the motor - don't touch that line either :) -->
    43         <?php } ?>
     41<!-- // this is just the end of the motor - don't touch that line either :) -->
     42<?php } ?>
    4443
    4544<div align="right"><cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite><br />
Note: See TracChangeset for help on using the changeset viewer.