| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/rvd_tempewmove/wp-content/plugins/lifterlms/templates/emails/ |
| Current File : /home/udaipurk/www/websites/rvd_tempewmove/wp-content/plugins/lifterlms/templates/emails/footer.php |
<?php
/**
* LifterLMS Emails Footer Template
*
* @since 1.0.0
* @version 3.16.15
*/
defined( 'ABSPATH' ) || exit;
$mailer = llms()->mailer();
$terms = false;
if ( 'yes' === get_option( 'lifterlms_registration_require_agree_to_terms', 'no' ) ) {
$terms = get_option( 'lifterlms_terms_page_id', false );
}
?>
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
<div class="footer" style="clear:both;padding-top:10px;text-align:center;width:100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;width:100%;">
<tr>
<td class="content-block" style="font-family:<?php $mailer->get_css( 'font-family' ); ?>;font-size:<?php $mailer->get_css( 'font-size-small' ); ?>;vertical-align:top;color:#999999;text-align:center;">
<?php echo wpautop( wp_kses_post( wptexturize( apply_filters( 'lifterlms_email_footer_text', get_option( 'lifterlms_email_footer_text' ) ) ) ) ); ?>
</td>
</tr>
<tr>
<td class="content-block powered-by" style="font-family:<?php $mailer->get_css( 'font-family' ); ?>;font-size:<?php $mailer->get_css( 'font-size-small' ); ?>;vertical-align:top;color:#999999;text-align:center;">
<a href="<?php echo esc_url( get_bloginfo( 'url', 'display' ) ); ?>" style="text-decoration:underline;color:<?php $mailer->get_css( 'main-color' ); ?>;"><?php echo get_bloginfo( 'name', 'display' ); ?></a>
<?php if ( $terms ) : ?>
| <a alt="<?php echo get_the_title( $terms ); ?>" href="<?php echo get_permalink( $terms ); ?>" style="text-decoration:underline;color:<?php $mailer->get_css( 'main-color' ); ?>;"><?php echo get_the_title( $terms ); ?></a>
<?php endif; ?>
</td>
</tr>
</table>
</div>
<!-- END FOOTER -->
</div>
<!-- END CENTERED WHITE CONTAINER -->
</td>
<td style="font-family:<?php $mailer->get_css( 'font-family' ); ?>;font-size:<?php $mailer->get_css( 'font-size-small' ); ?>;vertical-align:top;"> </td>
</tr>
</table>
</body>
</html>