web/wp-content/plugins/twitter-tools/views/widget.php
changeset 194 32102edaa81b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/twitter-tools/views/widget.php	Mon Nov 19 18:26:13 2012 +0100
@@ -0,0 +1,13 @@
+<?php
+
+include('tweet-list.php');
+
+?>
+	<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>
+<?php
+if (AKTT::option('credit')) {
+?>
+	<p class="aktt_credit"><?php _e('Powered by <a href="http://crowdfavorite.com/wordpress/plugins/twitter-tools/">Twitter Tools</a>', 'twitter-tools'); ?></p>
+<?php
+}
+?>