web/wp-content/plugins/gigs-calendar/templates/basic/attribution.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Tue, 05 Jan 2010 09:48:24 +0000
branchwordpress
changeset 111 6b96085291d7
parent 109 03b0d1493584
permissions -rw-r--r--
install and test "order-categories" plug-in

<?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>