This is a discussion on Customer Testimonials 3 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Package complet avec installation en français Ajout dans catalog/includes/application_top.php if ( ($session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Package complet avec installation en français Ajout dans catalog/includes/application_top.php if ( ($session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') && (ini_get('register_globals') == false) ) { extract($_SESSION, EXTR_OVERWRITE+EXTR_REFS); } Avant ces lignes : // set SID once, even if empty $SID = (defined('SID') ? SID : ''); ********************************** Complete package with french install Add in catalog/includes/application_top.php if ( ($session_started == true) && (PHP_VERSION >= 4.3) && function_exists('ini_get') && (ini_get('register_globals') == false) ) { extract($_SESSION, EXTR_OVERWRITE+EXTR_REFS); } Before this lines : // set SID once, even if empty $SID = (defined('SID') ? SID : ''); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Customer Testimonials 3 | michael_s | New osCommerce Contributions | 0 | 02-08-2008 10:11 AM |
| Customer Testimonials 3 | michael_s | New osCommerce Contributions | 0 | 02-08-2008 08:22 AM |
| Customer Testimonials | josemanuel | osCMax v2 Customization/Mods | 1 | 01-28-2008 12:06 PM |
| Customer Testimonials v1.0 | michael_s | New osCommerce Contributions | 0 | 04-28-2007 12:39 AM |
| Customer Testimonials | Bsnrjones | osCMax v1.7 General Mods Discussion | 3 | 03-11-2004 03:02 AM |