Esempio n. 1
0
    </head>
    <?php
    //config
    $config = new configweb_model();
    $product_model = new Product();
    $product_type = $product_model->_get_product_type();
    $order_model = new Orders();
    $contact = new Contact();
    $message = new Message();
    $img = Yii::app()->baseUrl . "/images/";
    if (Yii::app()->session['member'] != "") {
        $user = Yii::app()->session['member'];
    }
    ?>

    <body <?php echo $config->GetBgWeb() ?>>
        <div id="wrap_blur">
            <!-- Basket-->
            <?php if (!empty(Yii::app()->session['status'])) { ?>
                <span class="navbar-brand" id="cart_box" data-toggle="popover"
                      data-trigger="hover" data-placement="bottom" data-trigger="focus"
                      data-content="ตะกร้า">
                    <a href="Javascript:void(0);" onclick="show_list_cart();" class="hvr-pulse">
                        <i class="shopping-cart"></i>
                    </a>
                    <div class="label label-success" id="load_inbox_cart"
                         style="text-align: center; font-size: 12px; position: absolute; top: 10px; right: 10px;">
                    </div>
                </span>
            <?php } ?>
            <!--<div class="container" style="margin-bottom:5%;"> navbar-fixed-top-->