| // | Ivo Marino | // +----------------------------------------------------------------------+ // // This is a generic PHP based webiste for E-Catalog. // // It uses automatic language translation and stands therefore as a common // codebase for all (International) E-Catalog versions, you can copy this PHP // script into all international versions of the E-Catalog and it works. // // IMPORTANT: USE ONLY RELATIVE LINKS HERE. // include ('../include/config2.inc.php'); include ('../include/functions.inc.php'); include ('../include/i18n/ecatalog.inc.php'); // Find out which is the current language $lang = GetLanguage ($AvailableLanguages, $SCRIPT_FILENAME); // Fall back to English if we can not find out the current language if ($lang == '') { $lang = 'fr'; } // Language debugging (ita, en, de, fr, sp, pt, dn, sw, ar) // // $lang = 'en'; // echo ('Language is: ' . $lang); // Questo controllo è stato necessario in quanto ci sono delle ricerche memorizzate sui motori di ricerca che // riportavano erroneamente, come pagina per la visualizzazione del dettaglio dell'articolo, la pagina iniziale // dell'ecatalog. if (isset($artnr)){ ?> Ecatalog - E-catalog
  
Link Ecatalog Beispiel Home



='09:00:00' && $ora <='17:30:00' && $weekday>=1 && $weekday<=5){ $hclLang = 'english'; // Define English as the default HCL language if ($lang == 'ita') { // Just in the case we are on the Italian version... $hclLang = 'italian'; // Let's also use HCL in Italian. All other versions are English. } // echo ('HCL Language: '.$hclLang); ?>


   





Fatal error: Uncaught Error: Call to undefined function select_max_righe() in /var/www/vhosts/rsync/e-catalogs/einkauf/de/index.php:216 Stack trace: #0 {main} thrown in /var/www/vhosts/rsync/e-catalogs/einkauf/de/index.php on line 216