Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

751
 
757
 
757
 
breadcrumb.php
_> 11 <?php
  22 /*
<> 3 -  $Id: breadcrumb.php 751 2006-08-23 11:43:07Z hpdl $
   3+  $Id: breadcrumb.php 757 2006-08-23 12:22:54Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2929       $trail_string = '';
  3030 
  3131       for ($i=0, $n=sizeof($this->_trail); $i<$n; $i++) {
<> 32 -        if (isset($this->_trail[$i]['link']) && tep_not_null($this->_trail[$i]['link'])) {
   32+        if (isset($this->_trail[$i]['link']) && !empty($this->_trail[$i]['link'])) {
<_ 3333           $trail_string .= osc_link_object($this->_trail[$i]['link'], $this->_trail[$i]['title']);
  3434         } else {
  3535           $trail_string .= $this->_trail[$i]['title'];