<?php /* Smarty version 2.6.28, created on 2016-11-26 22:05:55
         compiled from eco-net-v3-5/includes/social-buttons.tpl */ ?>
<?php if ($this->_tpl_vars['feature_social'] == 'on'): ?>

<div class="socialbox">
<?php if ($this->_tpl_vars['feature_social_twitter'] == 'on'): ?><div class="twitter-like"><a href="<?php echo $this->_tpl_vars['feature_social_twitter_url']; ?>
" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow</a></div><?php else: ?><?php endif; ?>
<?php if ($this->_tpl_vars['feature_social_facebook'] == 'on'): ?><div id="fb-root"></div>
<div class="fb-like" data-href="<?php echo $this->_tpl_vars['feature_social_facebook_url']; ?>
" data-send="false" data-layout="button_count" data-show-faces="false"></div><?php else: ?><?php endif; ?>
<?php if ($this->_tpl_vars['feature_social_googleplus'] == 'on'): ?><div class="google-like"><g:plusone size="medium"></g:plusone></div><?php endif; ?>
</div><!-- /end socialbox -->

<?php elseif ($this->_tpl_vars['feature_social'] == 'home'): ?>

<?php if ($this->_tpl_vars['filename'] == 'index' && ! isset ( $_GET['m'] )): ?>
<div class="socialbox">
<?php if ($this->_tpl_vars['feature_social_twitter'] == 'on'): ?><div class="twitter-like"><a href="<?php echo $this->_tpl_vars['feature_social_twitter_url']; ?>
" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow</a></div><?php else: ?><?php endif; ?>
<?php if ($this->_tpl_vars['feature_social_facebook'] == 'on'): ?><div id="fb-root"></div>
<div class="fb-like" data-href="<?php echo $this->_tpl_vars['feature_social_facebook_url']; ?>
" data-send="false" data-layout="button_count" data-show-faces="false"></div><?php else: ?><?php endif; ?>
<?php if ($this->_tpl_vars['feature_social_googleplus'] == 'on'): ?><div class="google-like"><g:plusone size="medium"></g:plusone></div><?php endif; ?>
</div><!-- /end socialbox -->
<?php endif; ?>

<?php else: ?><?php endif; ?>