Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <table align="left" style="font-size: 14px;margin: 0 auto 10px 20px; text-align:left;color:#798796" align="">
  2. <tr>
  3. <td style="padding: 5px 0;">
  4. <a href="<?php echo $authorLink;?>" style="color:#00aeef;text-decoration:none;"><strong><?php echo $authorName;?></strong></a> <?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_SAID' );?>:
  5. </td>
  6. </tr>
  7. <tr>
  8. <td style="padding: 5px 0;">
  9. <?php echo $message; ?>
  10. </td>
  11. </tr>
  12. <tr>
  13. <td style="padding: 5px 0;">
  14. <a href="<?php echo $conversationLink;?>" style="color:#00aeef;text-decoration:none;"><?php echo JText::_('COM_EASYSOCIAL_EMAILS_VIEW_CONVERSATION');?> →</a>
  15. </td>
  16. </tr>
  17. </table>
Add Comment
Please, Sign In to add comment