<?php /* Smarty version 2.6.28, created on 2016-11-26 22:05:55
         compiled from eco-net-v3-5/includes/features-bar.tpl */ ?>
		<?php if ($this->_tpl_vars['filename'] == 'index' && ! isset ( $_GET['m'] )): ?> 	
		
		<div class="featuresbar">
		
			<div class="inner">
			
				<div class="block">
				
					<div class="image">
						<img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/featuresbar-icon1.png" alt="<?php echo $this->_tpl_vars['LANG']['homepage_features_1_alt']; ?>
" class="img-respond" />
					</div>			
					
					<div class="text">				
						<h2><?php echo $this->_tpl_vars['LANG']['homepage_features_1_title']; ?>
</h2>
						<p><?php echo $this->_tpl_vars['LANG']['homepage_features_1_desc']; ?>
</p>
					</div>
				
				</div><!-- .block -->
				
				<div class="block">
				
					<div class="image">
						<img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/featuresbar-icon2.png" alt="<?php echo $this->_tpl_vars['LANG']['homepage_features_2_alt']; ?>
" class="img-respond" />
					</div>			
					
					<div class="text">				
						<h2><?php echo $this->_tpl_vars['LANG']['homepage_features_2_title']; ?>
</h2>
						<p><?php echo $this->_tpl_vars['LANG']['homepage_features_2_desc']; ?>
</p>
					</div>		
				
				</div><!-- .block -->
				
				<div class="block nomarginright">
				
					<div class="image">
						<img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/featuresbar-icon3.png" alt="<?php echo $this->_tpl_vars['LANG']['homepage_features_3_alt']; ?>
" class="img-respond" />
					</div>			
					
					<div class="text">				
						<h2><?php echo $this->_tpl_vars['LANG']['homepage_features_3_title']; ?>
</h2>
						<p><?php echo $this->_tpl_vars['LANG']['homepage_features_3_desc']; ?>
</p>
					</div>		
				
				</div><!-- .block -->	
				
				<div class="clear"></div>			
			
			</div><!-- .inner -->
		
		</div><!-- .featuresbar -->
		
		<?php endif; ?> 