include_once 'includes/produits.php'; ?>
require_once 'alexcms/includes/init.php'; $selected = 8; $linkcatid = 8; $priority = 0; $contentid = getLinkId( $linkcatid, $_SERVER[ 'REQUEST_URI' ] ); if ( $contentid == 0 ) { header( "Location: /404.html" ); } // Call to functions $article = getContent( $contentid, 1 ); $article = mysqli_fetch_assoc( $article ); $brandid = $article[ 'userid' ]; $shop_userid = $article[ 'userid' ]; $_SESSION[ "shop_userid" ] = $shop_userid; ?>