Skip to content

Commit be4dec6

Browse files
committed
Add donate button to footer
1 parent 9ef4410 commit be4dec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

porches/generic/site/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
global $allowedtags;
4242
echo wp_kses( DT_Porch_Settings::get_field_translation( 'footer_content' ), $allowedtags ) ?><br>
4343
<?php endif; ?>
44-
Built using <a href="https://prayer.tools/campaigns-tool/" target="_blank">Prayer.Tools</a> &copy; <?php echo esc_html( gmdate( 'Y' ) ); ?>
44+
Built using <a href="https://prayer.tools/campaigns-tool/" target="_blank">Prayer.Tools</a> &copy; <?php echo esc_html( gmdate( 'Y' ) ); ?> | <a href="https://prayer.tools/give/" target="_blank">Donate</a>
4545
</p>
4646
</div>
4747
<div class="site-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s">

0 commit comments

Comments
 (0)