Attenzione: la cartella dei prodotti scaricabili non esiste: D:/DATI/ARCHIVIO/WEB/SOCIETABIBLICA.EU/negozio/catalog/download/. Il download dei prodotti non funzionera' senza una cartella valida.
require('includes/functions/allpage.php');
$pageID=1;
while ((basename($PHP_SELF)!=($page_array[$pageID].'.php'))&&($pageID
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 0');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
@include('custom/H_'.$pageID.'.php');
else
@include('custom/nopage.php');
?>
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 3');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
include('custom/LCD_'.$pageID.'.php');
else
include('custom/nopage.php');
?>
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 5');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
include('custom/RCD_'.$pageID.'.php');
else
include('custom/nopage.php');
?>
$Acheck_cl=mysql_query('select * from include_files where page_id='.$pageID.' and AREA = 0');
if ($check_cl=mysql_fetch_array($Acheck_cl,1))
@include('custom/H_'.$pageID.'.php');
else
@include('custom/nopage.php');
?>