Viewing file: ctpl_es-email_topic_notify.txt.php (1.47 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('IN_PHPBB')) exit; ?>Subject: Notificación de respuesta al tema - "<?php echo (isset($this->_rootref['TOPIC_TITLE'])) ? $this->_rootref['TOPIC_TITLE'] : ''; ?>"
Hola <?php echo (isset($this->_rootref['USERNAME'])) ? $this->_rootref['USERNAME'] : ''; ?>,
Está recibiendo esta notificación porque sigue el foro, "<?php echo (isset($this->_rootref['FORUM_NAME'])) ? $this->_rootref['FORUM_NAME'] : ''; ?>" de "<?php echo (isset($this->_rootref['SITENAME'])) ? $this->_rootref['SITENAME'] : ''; ?>". Este tema ha recibido una respuesta desde su última visita. Siguiendo este enlace puede ver esa respuesta, no se enviarán más notificaciones hasta que visite ese tema.
Si quiere ver los nuevos mensajes desde su última visita, haga clic en el siguiente enlace: <?php echo (isset($this->_rootref['U_NEWEST_POST'])) ? $this->_rootref['U_NEWEST_POST'] : ''; ?>
Si quiere ver el tema, haga clic en el siguiente enlace: <?php echo (isset($this->_rootref['U_TOPIC'])) ? $this->_rootref['U_TOPIC'] : ''; ?>
Si quires ver el foro, haga clic en el siguiente enlace: <?php echo (isset($this->_rootref['U_FORUM'])) ? $this->_rootref['U_FORUM'] : ''; ?>
Si no quiere seguir más ese tema puede hacer clic en "Cancelar suscripción al tema" cuando esté allí, o bien siguiendo este enlace:
<?php echo (isset($this->_rootref['U_STOP_WATCHING_TOPIC'])) ? $this->_rootref['U_STOP_WATCHING_TOPIC'] : ''; ?>
<?php echo (isset($this->_rootref['EMAIL_SIG'])) ? $this->_rootref['EMAIL_SIG'] : ''; ?>
|