Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

644
 
754
 
754
 
account.php
_> 11 <?php
  22 /*
<> 3 -  $Id: account.php 644 2006-07-18 17:12:57Z hpdl $
   3+  $Id: account.php 754 2006-08-23 11:56:56Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
2020     if (empty($_GET) || (!empty($_GET) && !in_array(tep_sanitize_string(basename(key($first_array))), array('login', 'create', 'password_forgotten')))) {
  2121       $osC_NavigationHistory->setSnapshot();
  2222 
<> 23 -      tep_redirect(tep_href_link(FILENAME_ACCOUNT, 'login', 'SSL'));
   23+      tep_redirect(osc_href_link(FILENAME_ACCOUNT, 'login', 'SSL'));
2424     }
  2525   }
  2626 
  2727   $osC_Language->load('account');
  2828 
  2929   if ($osC_Services->isStarted('breadcrumb')) {
<> 30 -    $breadcrumb->add($osC_Language->get('breadcrumb_my_account'), tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));
   30+    $breadcrumb->add($osC_Language->get('breadcrumb_my_account'), osc_href_link(FILENAME_ACCOUNT, null, 'SSL'));
<_ 3131   }
  3232 
  3333   $osC_Template = osC_Template::setup('account');