Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1756
 
1764
 
1764
 
invoice.php
_> 11 <?php
  22 /*
<> 3 -  $Id: invoice.php 1524 2007-03-30 16:53:31Z hpdl $
   3+  $Id: invoice.php 1764 2007-12-27 21:54:07Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2323     <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
  2424       <tr>
  2525         <td class="pageHeading"><?php echo nl2br(STORE_NAME_ADDRESS); ?></td>
<> 26 -        <td class="pageHeading" align="right"><?php echo osc_image('../images/store_logo.jpg', STORE_NAME); ?></td>
   26+        <td class="pageHeading" align="right"><?php echo osc_image('../images/store_logo' . STORE_LOGO_TYPE, STORE_NAME); ?></td>
<_ 2727       </tr>
  2828     </table></td>
  2929   </tr>