<?php
    
    $path = '../';
    include $path . 'masterPage/root.php';
    include $path . 'crm/functions/sql.php';
    $PID = $_GET['id'];
    $PName = get_product($PID)['name'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="<?php echo siteadd;?>CSS/all.css">
    <link rel="preload" href="<?php echo siteadd;?>Fonts/englishFonts/Airstrick/Airstrike.woff2" as="font" type="font/woff2" crossorigin>
    <link rel="preload" href="<?php echo siteadd;?>Fonts/englishFonts/AeroviasBrasilNF/AeroviasBrasilNF.woff2" as="font" type="font/woff2" crossorigin>
    <?php include $path . 'masterPage/favicon.php';?>
    <title><?php echo $PName;?></title>
</head>
<body>
    <section class="d-flex menu-box pos-relative">
        <?php
            include $path . 'masterPage/menu.php';
            include $path . 'masterPage/logo.php';
        ?>
    </section>
    <section  class="d-block pos-relative w-full mt30">
    <?php
        include $path . 'masterPage/slider.php';
    ?>
    </section>
    <span id="slogan_text" class="d-block w-full text-align-center dir-ltr m0 mt20 font-Bebas"><?php echo $slogan_xml;?></span>
    <h1 class="w-full text-align-center font-Aerovias mt10">Shakibart - Contemporary art</h1>
    <section  class="d-block pos-relative w-full mt30">
    <?php
        
        include $path . 'masterPage/product.php';
    ?>
    </section>
    <section  class="d-block pos-relative w-full mt30">
    <?php
        include $path . 'masterPage/footer.php';
    ?>
    </section>
</body>
</html>