web/wp-content/plugins/gigs-calendar/templates/basic/attribution.php
branchwordpress
changeset 109 03b0d1493584
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/gigs-calendar/templates/basic/attribution.php	Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,9 @@
+<?php /* Please leave the links as is, so that the user can choose to link back to the appropriate places. */ ?>
+<div class="attribution">
+	<?php if ( $options['b4b-link'] ) : ?>
+		<span class="b4b"><?php _e('Powered by <a target="_blank" href="http://blogsforbands.com">Blogs for Bands</a>', $gcd); ?></span>
+	<?php endif; ?>
+	<?php if ( $options['silk-link'] ) : ?>
+		<span class="silk"><?php _e('Silk icons by <a target="_blank" href="http://www.famfamfam.com/lab/icons/silk/">Mark James</a>', $gcd); ?></span>
+	<?php endif; ?>
+</div>
\ No newline at end of file