session_start(); include($_SERVER['DOCUMENT_ROOT']."/general/lib/config.inc.php"); include($_SERVER['DOCUMENT_ROOT']."/general/lib/function.inc.php"); include($_SERVER['DOCUMENT_ROOT']."/general/lib/authorize.inc.php"); ?>
if(!empty($WWW_CONFIG['usr']['ragione_sociale'])){ echo $WWW_CONFIG['usr']['ragione_sociale']; }
if(!empty($WWW_CONFIG['usr']['indirizzo'])){ echo "
".$WWW_CONFIG['usr']['indirizzo']; }
if(!empty($WWW_CONFIG['usr']['cap'])){ echo "
".$WWW_CONFIG['usr']['cap']; }
if(!empty($WWW_CONFIG['usr']['localita'])){ echo " - ".$WWW_CONFIG['usr']['localita']; }
if(!empty($WWW_CONFIG['usr']['provincia'])){ echo " - ".$WWW_CONFIG['usr']['provincia']; }
?>
if(!empty($WWW_CONFIG['usr']['telefono'])){ echo "T. ".$WWW_CONFIG['usr']['telefono']; }
if(!empty($WWW_CONFIG['usr']['fax'])){ echo "
F. ".$WWW_CONFIG['usr']['fax']; }
if(!empty($WWW_CONFIG['usr']['cellulare'])){ echo "
M. ".$WWW_CONFIG['usr']['cellulare']; }
if(!empty($WWW_CONFIG['usr']['email'])){ echo "
".$WWW_CONFIG['usr']['email'].""; }
?>
Lunedì (mattina chiuso)
15:00 - 19:30
Da Martedì a Sabato
09:30 - 13:00 / 15:00 - 19:30
Lunedì Mattina e Domenica
Chiuso
credits digicore
if(!empty($WWW_CONFIG['usr']['ragione_sociale'])){ echo $WWW_CONFIG['usr']['ragione_sociale']; } if(!empty($WWW_CONFIG['usr']['indirizzo'])){ echo " - ".$WWW_CONFIG['usr']['indirizzo']; } if(!empty($WWW_CONFIG['usr']['telefono'])){ echo " - T. ".$WWW_CONFIG['usr']['telefono']; } if(!empty($WWW_CONFIG['usr']['fax'])){ echo " - F. ".$WWW_CONFIG['usr']['fax']; } if(!empty($WWW_CONFIG['usr']['cellulare'])){ echo " - M. ".$WWW_CONFIG['usr']['cellulare']; } if(!empty($WWW_CONFIG['usr']['email'])){ echo " - ".$WWW_CONFIG['usr']['email'].""; } if(!empty($WWW_CONFIG['usr']['partitaiva'])){ echo " - P.IVA ".$WWW_CONFIG['usr']['partitaiva']; } if(!empty($WWW_CONFIG['usr']['codicefiscale'])){ echo " - CF ".$WWW_CONFIG['usr']['codicefiscale']; } ?>