}
?>
                                    
                                    
                                    <li><a href="cart.html">Cart <?php 
isset($_SESSION["products"]) && count($_SESSION["products"]) != 0 ? $pc = count($_SESSION["products"]) : ($pc = 0);
echo '(' . $pc . ')';
?>
</a></li>
                                    <li><a href="contact.php">Contact Us</a></li>
                                </ul>
                            </div><!-- /.nav-collapse -->
                        </div>
                    </div><!-- /navbar-inner -->
                </div>
                <span class="cart"> 
                <a class="cart-ico" href="cart.html">&nbsp;</a> <strong>$ <?php 
echo $product->getTotal();
?>
</strong> 
            </span>    
                </div>
            
                <div class="row-fluid span12 form_sec header_cart">
                </div>
            
            
        </div>