<?php /* Smarty version 2.6.28, created on 2016-02-13 23:33:09
         compiled from /home/mrwbhost/public_html/templates/default/twitterfeed.tpl */ ?>
<ul>
<?php $_from = $this->_tpl_vars['tweets']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['tweet']):
?>
<?php if ($this->_tpl_vars['num'] < $this->_tpl_vars['numtweets']): ?>
  <li><b><?php echo $this->_tpl_vars['tweet']['date']; ?>
</b> - <?php echo $this->_tpl_vars['tweet']['tweet']; ?>
</li>
<?php endif; ?>
<?php endforeach; endif; unset($_from); ?>
</ul>
<p><a href="http://twitter.com/<?php echo $this->_tpl_vars['twitterusername']; ?>
" target="_blank"><img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/img/twitterfollow.png" alt="<?php echo $this->_tpl_vars['LANG']['twitterfollow']; ?>
" /></a></p>