web/wp-content/plugins/gigs-calendar/credits.ajax.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Wed, 23 Dec 2009 17:55:33 +0000
branchwordpress
changeset 109 03b0d1493584
permissions -rw-r--r--
wordpress 2.8 () with the following extensions : - add-to-any - categories page - Event calendar (a custom version for IRI-Theme) - Executable PHP widget - FD feedburner - ggis subscribe - Google Xml site maple - post of current category - page redirection - related post by category AND IRI-Theme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
109
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     1
<?php require_once 'ajaxSetup.php'; ?>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     2
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     3
<p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     4
	<?php _e('The Gigs Calendar plugin for WordPress was developed by me, <a href="http://dancoulter.com">Dan Coulter</a>. If you need some custom PHP development (for WordPress or not), I am available for hire (you can get in touch with me through this plugin).  To find other free plugins and useful tips for bands and musicians, visit my new site, <a href="http://blogsforbands.com">Blogs for Bands</a>.', $gcd) ?>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     5
</p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     6
<p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     7
	<?php _e('You can help <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=dancoulter%40gmail%2ecom&item_name=Blogs%20for%20Bands&item_number=Gigs%20Calendar%20Plugin&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8">support the development</a> of this free plugin through Paypal.  If you have specific features that you need, you can request them through the feedback form or hire me to develop them for you.', $gcd) ?>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     8
</p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
     9
<p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    10
	<?php _e('The lovely <a href="http://www.famfamfam.com/lab/icons/silk/" target="_blank">Silk icons</a> were created by Mark James.  They are licensed under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons</a>.', $gcd) ?>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    11
</p>
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    12
03b0d1493584 wordpress 2.8 ()
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
diff changeset
    13
<?php do_action('gigCal_credits_extra'); ?>