<?php require('imgurl.php');
?>
                    <span class="poster">
                        <img src="<?php echo $imgUrl ; ?>"
                             alt="<?php echo $GLOBALS['bdd']->s[$GLOBALS['article_id']]['nom'] ; ?>"
                             title="poster <?php echo $GLOBALS['bdd']->s[$GLOBALS['article_id']]['nom'] ; ?>" />
                        <span class="nom_item" name="<?php echo $GLOBALS['article_id'] ; ?> ">
                         </span>
                        <?php require('cart_buttons.php'); ?>
                    </span>