<?php /* Smarty version 2.6.28, created on 2016-11-27 17:42:08
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/downloads.tpl */ ?>
<div class="imgright">
	<form method="post" action="downloads.php?action=search">
		<input type="text" name="search" class="searchinput" placeholder="<?php echo $this->_tpl_vars['LANG']['downloads_search']; ?>
" /> 
		<input type="submit" value="<?php echo $this->_tpl_vars['LANG']['knowledgebasesearch']; ?>
" class="button1 color1 searchinput" />
	</form>
</div> 

<p><?php echo $this->_tpl_vars['LANG']['downloadsintrotext']; ?>
</p>

<div class="clear">&nbsp;</div>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['downloadscategories']; ?>
</h2>
		</div><!-- .bigheader -->

<div class="paddinggrid">

	<?php $_from = $this->_tpl_vars['dlcats']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['dlcat']):
?>
	<div class="box box<?php echo $this->_tpl_vars['num']; ?>
">
		<img src="/clients/images/folder.gif" border="0" class="absmiddle" alt="folder" />&nbsp;<strong><a href="<?php if ($this->_tpl_vars['seofriendlyurls']): ?>downloads/<?php echo $this->_tpl_vars['dlcat']['id']; ?>
/<?php echo $this->_tpl_vars['dlcat']['urlfriendlyname']; ?>
<?php else: ?>downloads.php?action=displaycat&amp;catid=<?php echo $this->_tpl_vars['dlcat']['id']; ?>
<?php endif; ?>"><?php echo $this->_tpl_vars['dlcat']['name']; ?>
</a></strong> (<?php echo $this->_tpl_vars['dlcat']['numarticles']; ?>
)<br />
<?php echo $this->_tpl_vars['dlcat']['description']; ?>

	</div>
	<?php endforeach; endif; unset($_from); ?>

</div>

<div class="clear">&nbsp;</div>

		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['downloadspopular']; ?>
</h2>
		</div><!-- .bigheader -->


<div class="paddinggrid">

        <?php $_from = $this->_tpl_vars['mostdownloads']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['download']):
?>
        <div class="box box<?php echo $this->_tpl_vars['num']; ?>
">
        
        
        <?php echo $this->_tpl_vars['download']['type']; ?>
 <strong><a href="<?php echo $this->_tpl_vars['download']['link']; ?>
"><?php echo $this->_tpl_vars['download']['title']; ?>
</a></strong><br />
              <?php if ($this->_tpl_vars['download']['clientsonly']): ?><em>Login Required</em><br />
              <?php endif; ?><?php echo $this->_tpl_vars['download']['description']; ?>
<br />
              <span><?php echo $this->_tpl_vars['LANG']['downloadsfilesize']; ?>
: <?php echo $this->_tpl_vars['download']['filesize']; ?>
</span><br />
        
        </div>
        <?php endforeach; endif; unset($_from); ?>
        
</div>        

<div class="clear">&nbsp;</div>