';
include ("Pub1_" .$lg. ".php");
echo '
';
}
// ---------------- Pub2
if ($affPub2==1) {
if ($affMContext === true ) echo '';
else echo '
';
include ("Pub2_" .$lg. ".php");
echo '
';
}
// ---------------- Pub3
if ($affPub3==1) {
if ($affMContext === true ) echo '
';
else echo '
';
include ("Pub3_" .$lg. ".php");
echo '
';
}
if ($_SESSION['affPub1']!= 1 && $_SESSION['affPub2']!= 1 && $_SESSION['affPub3']!=1 ) $_SESSION['affPub']='0';
?>