| Current Path : /home/jeromecohp/www/components/com_emailbeautifier/templates/sample/ |
| Current File : /home/jeromecohp/www/components/com_emailbeautifier/templates/sample/sample.php |
<?php /** * @package EmailBeautifier * @subpackage com_emailbeautifier * * @author Techjoomla <extensions@techjoomla.com> * @copyright Copyright (C) 2009 - 2022 Techjoomla. All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ $emails_config=array( 'message_body'=>"<table id=\"layout\" style=\"margin: 0px auto; text-align: left; border-collapse: collapse; background: #ffffff;\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"757\"> <tbody> <tr> <td id=\"header\" style=\"background: none repeat scroll 0% 0% #314a66; height: 100px; vertical-align: middle; color: #ffffff; font-family: Helvetica; font-weight: normal; text-align: center;\" height=\"100\"> <h1>[SITENAME]</h1> </td> </tr> <tr> <td id=\"content\" style=\"margin: 0; font-size: 12px; color: #555555; font-style: normal; font-weight: normal; font-family: Helvetica; line-height: 1.6em; padding: 0px 30px 0;\"> <table id=\"content-grid\" border=\"0\" width=\"100%\"> <tbody> <tr> <td style=\"vertical-align: top; padding-right: 30px;\" width=\"550\" valign=\"top\"> <p>[CONTENT]</p> </td> <td style=\"vertical-align: top; padding-top: 20px;\" width=\"180\" valign=\"top\"> <div id=\"social\" style=\"line-height: 1.5em; margin-bottom: 20px; font-size: 11px;\"> <h2 style=\"margin-top: 0; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; border-bottom: 1px dotted #ccc; color: #333; margin-bottom: 10px;\">Connect with us:</h2> <a href=\"http://twitter.com/techjoomla\" target=\"_blank\" title=\"Follow us on Twitter!\" rel=\"external\" style=\"color: #336699; text-decoration: none; font-weight: normal;\"><img src=\"components/com_emailbeautifier/images/email_template/twitter.png\" border=\"0\" alt=\"Follow us on Twitter!\" style=\"border: 0px solid; width: 16px; height: 16px; margin-right: 3px; margin-top: 5px; position: relative; top: 3px;\" />Follow us on Twitter</a><br /><a href=\"http://www.facebook.com/pages/techjoomla\" target=\"_blank\" title=\"Become a fan\" rel=\"external\" style=\"color: #336699; text-decoration: none; font-weight: normal;\"><img src=\"components/com_emailbeautifier/images/email_template/facebook.png\" border=\"0\" alt=\"Become a fan!\" width=\"16\" height=\"16\" style=\"margin-right: 3px; margin-top: 5px; position: relative; top: 3px;\" />Become a fan</a><br /><a href=\"http://feeds.feedburner.com/techjoomlaupdates\" title=\"Subscribe to RSS feed\" style=\"color: #336699; text-decoration: none; font-weight: normal;\"><img src=\"components/com_emailbeautifier/images/email_template/rss.png\" border=\"0\" alt=\"Subscribe to RSS feed\" width=\"16\" height=\"16\" style=\"margin-right: 3px; margin-top: 5px; position: relative; top: 3px;\" />Subscribe to RSS feed</a><br /><a href=\"http://www.youtube.com/user/techjoomla\" title=\"Subscribe to our youtube channel\" style=\"color: #336699; text-decoration: none; font-weight: normal;\"><img src=\"components/com_emailbeautifier/images/email_template/youtube.png\" border=\"0\" alt=\"Follow our Youtube Channel\" style=\"border: 0px solid; width: 16px; height: 16px; margin-right: 3px; margin-top: 5px; position: relative; top: 3px;\" />YouTube Channel</a></div> </td> </tr> <tr> <td id=\"footer_links\" style=\"text-align: center; padding-top: 20px; font-size: 12px;\" colspan=\"2\">Sent at [TIMESTAMP] via [SITELINK]</td> </tr> </tbody> </table> </td> </tr> <tr> <td id=\"footer\" style=\"background-color: #314a66; padding: 20px; font-size: 10px; color: #ccc; line-height: 150%; font-family: Verdana; text-align: center;\"><span style=\"font-style: italic;\">Enhanced using Email Beautifier for Joomla </span> <p id=\"copyright\" style=\"font-size: 10px; font-style: italic;\">Copyright (C) 2011 Techjoomla All rights reserved.</p> </td> </tr> </tbody> </table>", 'bcc_list'=>"", 'skip_list'=>"com_acymailing com_invitex com_jmailalerts" );