<?php /* Smarty version 2.6.28, created on 2016-11-26 22:05:55
         compiled from eco-net-v3-5/includes/header-right.tpl */ ?>
			<?php if ($this->_tpl_vars['filename'] == 'cart'): ?><?php $filename = 'cart'; ?><?php endif; ?>				
			<?php 
			$start_OB = ob_start ( );
			session_start ( );
			$cart_count = count ( $_SESSION [ 'cart' ] [ 'products' ] );
			$flush_OB = ob_flush ( );		
			 ?>			
			
			
			
			<?php  if ($filename=='cart' OR $cart_count>0) {  ?>
			
			<div class="carttab">
			
				<div class="buttons">
					<a href="cart.php?a=view" class="button1 color1"><?php echo $this->_tpl_vars['LANG']['header_viewcart']; ?>
</a>
					<a href="cart.php?a=checkout" class="button1 color2" alt="Pilih Paket Hosting Murah Indonesia <?php echo $this->_tpl_vars['companyname']; ?>
"><?php echo $this->_tpl_vars['LANG']['header_checkout']; ?>
</a>
				</div>		
			
				<div class="contents">
					<p><?php echo $this->_tpl_vars['LANG']['header_items']; ?>
 <strong><?php  echo $cart_count;  ?></strong></p>
				</div>
			
			</div><!-- .carttab -->			
			
			<?php  } else {  ?>
			
			<div class="livechat">
				<a href="javascript:void(window.open('https://chat.solusitotal.com/chat.php?a=5bc3c','','width=590,height=760,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))">&nbsp;</a> 
			</div>
			
			<div class="phone">
				<p><?php echo $this->_tpl_vars['LANG']['header_phone']; ?>
</p>
			</div>
			
			<?php  }  ?>