<divclass="aktt_tweets"><ul><?phpif(count($tweets)>0){foreach($tweetsas$tweet){echo' <li>'."\n";include(AKTT_PATH.'/views/tweet.php');echo'</li>'."\n";}}else{?><li><?php_e('No tweets available at the moment.','twitter-tools');?></li><?php}?></ul></div>