footer.php 641 B

1234567891011
  1. <?php
  2. if (!defined('ABSPATH')) exit;
  3. ?>
  4. <!-- Footer -->
  5. <div style="text-align: center; font-weight: bold; margin: 40px 0 10px;"><?php echo $theme_options['main_footer_title'] ?></div>
  6. <div style="text-align: center; margin: 10px 0 20px;"><?php echo $theme_options['main_footer_contact'] ?></div>
  7. <?php include WP_PLUGIN_DIR . '/newsletter/emails/themes/default/social_main.php'; ?>
  8. <div style="text-align: center; color: #888; margin-top: 20px;"><?php echo $theme_options['main_footer_legal'] ?></div>
  9. <div style="text-align: center; color: #888">To change your subscription, <a target="_blank" href="{profile_url}">click here</a>.</div>