View file Hostbox/Hostbox-by-Brandio/WHMCS/hostbox-colourful/twitterfeed.tpl
{foreach from=$tweets key=num item=tweet}
{if $num < $numtweets}
<div class="tweet">
<i class="fa fa-twitter fa-2x"></i>
<p>
{$tweet.tweet} <span>{$tweet.date}</span>
</p>
</div>
{/if}
{/foreach}
<p>
{$LANG.twitterfollowus} @<a href="http://twitter.com/{$twitterusername}" target="_blank">{$twitterusername}</a> {$LANG.twitterfollowuswhy}
</p>