web/wp-content/plugins/gigs-calendar/templates/basic/attribution.php
branchwordpress
changeset 112 fb7cd02b9848
parent 111 6b96085291d7
child 123 561aa6d282f6
equal deleted inserted replaced
111:6b96085291d7 112:fb7cd02b9848
     1 <?php /* Please leave the links as is, so that the user can choose to link back to the appropriate places. */ ?>
       
     2 <div class="attribution">
       
     3 	<?php if ( $options['b4b-link'] ) : ?>
       
     4 		<span class="b4b"><?php _e('Powered by <a target="_blank" href="http://blogsforbands.com">Blogs for Bands</a>', $gcd); ?></span>
       
     5 	<?php endif; ?>
       
     6 	<?php if ( $options['silk-link'] ) : ?>
       
     7 		<span class="silk"><?php _e('Silk icons by <a target="_blank" href="http://www.famfamfam.com/lab/icons/silk/">Mark James</a>', $gcd); ?></span>
       
     8 	<?php endif; ?>
       
     9 </div>