notifications-preferences.phtml 496 B

12345678910111213
  1. <?php
  2. /**
  3. * @version 7.7
  4. */
  5. ?>
  6. <p style="text-align: center; border-top: 1px solid #e0e0e0; margin-top: 20px; padding-top: 10px;">
  7. <small>
  8. <?php echo $this->_('To manage your email notifications preferences, '); ?>
  9. <a href="<?php echo $this->sitePath . $this->url(array('module' => 'members', 'controller' => 'tools', 'action' => 'email-notifications'), null, false, null, false, false); ?>">
  10. <?php echo $this->_('click here'); ?>.
  11. </a>
  12. </small>
  13. </p>