Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

370
 
383
 
383
 
account.php
_> 11 <?php
  22 /*
<> 3 -  $Id: account.php 370 2005-12-22 18:07:46Z hpdl $
   3+  $Id: account.php 383 2006-01-09 16:35:46Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2020     }
  2121   }
  2222 
<> 23 -  require('includes/languages/' . $_SESSION['language'] . '/' . FILENAME_ACCOUNT);
   23+  require('includes/languages/' . $osC_Language->getDirectory() . '/' . FILENAME_ACCOUNT);
<_ 2424 
  2525   if ($osC_Services->isStarted('breadcrumb')) {
  2626     $breadcrumb->add(NAVBAR_TITLE_MY_ACCOUNT, tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));