changeset 194 | 32102edaa81b |
193:2f6f6f7551ca | 194:32102edaa81b |
---|---|
1 <?php |
|
2 |
|
3 include('tweet-list.php'); |
|
4 |
|
5 ?> |
|
6 <p class="aktt_more_updates"><a href="<?php echo esc_url(AKTT::profile_url($username)); ?>"><?php _e('Follow Me on Twitter', 'twitter-tools'); ?></a></p> |
|
7 <?php |
|
8 if (AKTT::option('credit')) { |
|
9 ?> |
|
10 <p class="aktt_credit"><?php _e('Powered by <a href="http://crowdfavorite.com/wordpress/plugins/twitter-tools/">Twitter Tools</a>', 'twitter-tools'); ?></p> |
|
11 <?php |
|
12 } |
|
13 ?> |