<?php /* Smarty version 2.6.28, created on 2016-11-26 22:05:55
         compiled from eco-net-v3-5/includes/socialbar.tpl */ ?>
	<?php if ($this->_tpl_vars['filename'] != 'cart'): ?>	
	<?php if ($this->_tpl_vars['feature_social_facebook'] == 'on' || $this->_tpl_vars['feature_social_twitter'] == 'on'): ?>	
	<div class="socialbar">
		<div class="left">
			<p><?php echo $this->_tpl_vars['LANG']['socialbar_text']; ?>
</p>
		</div>
		<div class="right">
			<p>
				<?php if ($this->_tpl_vars['feature_social_facebook'] == 'on'): ?><a href="<?php echo $this->_tpl_vars['feature_social_facebook_url']; ?>
" target="_blank" class="facebook"><?php echo $this->_tpl_vars['LANG']['socialbar_facebook']; ?>
</a><?php endif; ?>
				<?php if ($this->_tpl_vars['feature_social_twitter'] == 'on'): ?><a href="<?php echo $this->_tpl_vars['feature_social_twitter_url']; ?>
" target="_blank" class="twitter"><?php echo $this->_tpl_vars['LANG']['socialbar_twitter']; ?>
</a><?php endif; ?>
			</p>
		</div>		
	
	</div><!-- .socialbar -->
	
	<?php endif; ?>
	
	<?php endif; ?>