switch ($_GET['step'])
{
case 'bio':
include('scheda_biografica.php');
break;
case 'testimonianze':
include('testimonianze.php');
break;
case 'fondo':
include('fondo.php');
break;
case 'fondo2':
include('consistenza.php');
break;
case 'paolo':
include('paoloVolponi.php');
break;
case 'roberto':
include('rvolponi.php');
break;
default:
include('rvolponi.php');
break;
}
require __DIR__.'/../foot20.php';
?>


