1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| if($_SERVER['SCRIPT_NAME']!='/pages/details.php')
{
?>
<a href="<?php $_SERVER['DOCUMENT_ROOT']?>?lang=fr" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_france.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<a href="<?php $_SERVER['DOCUMENT_ROOT']?>?lang=en" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_anglais.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<a href="<?php $_SERVER['DOCUMENT_ROOT']?>?lang=es" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_espagne.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<?php
}
else
{
?>
<a href="produits-catiprint.php?lang=fr" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_france.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<a href="produits-catiprint.php?lang=en" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_anglais.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<a href="produits-catiprint.php?lang=es" title="machine imprimerie catiprint"><img src="<?php echo RACINE ?>images/drapeau_espagne.gif" alt="machine d'imprimerie, machine d'impression"/></a>
<?php
}
?> |