Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1261
 
1268
 
1268
 
index.php
_> 11 <?php
  22 /*
<> 3 -  $Id: index.php 1261 2007-02-25 22:33:56Z frank $
   3+  $Id: index.php 1268 2007-02-27 00:15:48Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
1717       <li style="font-weight: bold;"><?php echo $osC_Language->get('title_language'); ?></li>
  1818 <?php
  1919   foreach ($osC_Language->_languages as $available_language) {
<> 20 -    if ($available_language['exist']) {
2120 ?>
  2221       <li><?php echo '<a href="index.php?language=' . $available_language['code'] . '">' . $available_language['name'] . '</a>'; ?></li>
  2322 <?php     
<> 24 -    }
<_ 2523   }
  2624 ?>
  2725     </ul>