<?php /* Smarty version 2.6.28, created on 2017-04-30 14:04:55
         compiled from eco-net-v3-5/supportticketsubmit-kbsuggestions.tpl */ ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['kbsuggestions']; ?>
</h2>
		</div><!-- .bigheader -->

<p><?php echo $this->_tpl_vars['LANG']['kbsuggestionsexplanation']; ?>
</p>


<ul class="checklist">
<?php $_from = $this->_tpl_vars['kbarticles']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['kbarticle']):
?>
<li><strong><a href="knowledgebase.php?action=displayarticle&id=<?php echo $this->_tpl_vars['kbarticle']['id']; ?>
" target="_blank"><?php echo $this->_tpl_vars['kbarticle']['title']; ?>
</a></strong> - <?php echo $this->_tpl_vars['kbarticle']['article']; ?>
...</li>
  <?php endforeach; endif; unset($_from); ?>
 </ul> 