PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.22
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.22
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
booking-manager / core / any / emails_tpl / standard-html-tpl.php

standard-html-tpl.php in Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar 2.1.22, at core/any/emails_tpl/standard-html-tpl.php

654 lines 29.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php /**
2 * @version 1.0
3 * @package: Emails
4 * @category: Templates
5 * @author wpdevelop
6 *
7 * @web-site https://oplugins.com/
8 * @email [email protected]
9 *
10 * @modified 2015-06-16
11 */
12
13 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
14
15 /**
16 * get email template
17 *
18 * @param array $fields_values
19 */
20 function wpbm_email_template_standard_html( $fields_values ) {
21 ob_start();
22
23 $base_color = 'background-color:' . ( empty( $fields_values['base_color'] ) ? '#557da1' : $fields_values['base_color'] ) . ';';
24 $background_color = 'background-color:' . ( empty( $fields_values['background_color'] ) ? '#FDFDFD' : $fields_values['background_color'] ) . ';';
25 $body_color = 'background-color:' . ( empty( $fields_values['body_color'] ) ? '#F5F5F5' : $fields_values['body_color'] ) . ';';
26 $text_color = 'color:' . ( empty( $fields_values['text_color'] ) ? '#333333' : $fields_values['text_color'] ) . ';';
27
28 ////////////////////////////////////////////////////////////////////////////////
29 // HTML Email Template
30 ////////////////////////////////////////////////////////////////////////////////
31 ?>
32 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33 <html xmlns="http://www.w3.org/1999/xhtml"> <!-- dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>" -->
34 <head>
35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
36 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
37 <meta name="viewport" content="width=device-width, initial-scale=1.0">
38 <title></title>
39 <style type="text/css">
40 body {
41 Margin: 0;
42 padding: 0;
43 min-width: 100%;
44 <?php echo $background_color; ?>
45 }
46 table {
47 border-spacing: 0;
48 font-family: sans-serif;
49 <?php echo $text_color; ?>
50 }
51 td {
52 padding: 0;
53 }
54 img {
55 border: 0;
56 }
57 .wrapper {
58 width: 100%;
59 table-layout: fixed;
60 -webkit-text-size-adjust: 100%;
61 -ms-text-size-adjust: 100%;
62 Margin: 0;
63 padding: 70px 0 70px 0;
64 <?php echo $background_color; ?>
65 }
66 .webkit {
67 max-width: 600px;
68 }
69 @-ms-viewport {
70 width: device-width;
71 }
72 .outer {
73 Margin: 0 auto;
74 width: 96%;
75 max-width: 600px;
76 box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
77 border: 1px solid #dcdcdc;
78 border-radius: 3px !important;
79 <?php echo $body_color; ?>
80 }
81 .full-width-image img {
82 width: 100%;
83 height: auto;
84 }
85 .header {
86 border-radius: 3px 3px 0 0 !important;
87 color: #ffffff; border-bottom: 0;
88 font-weight: bold;
89 line-height: 100%;
90 vertical-align: middle;
91 font-family: Helvetica, Roboto, Arial, sans-serif;
92 <?php echo $base_color; ?>
93 }
94 .footer .inner {
95 text-align: center;
96 }
97 .footer .inner p {
98 font-size: 11px;
99 }
100 .inner {
101 padding: 48px;
102 }
103 .header .inner {
104 padding: 10px;
105 }
106 p {
107 Margin: 0;
108 }
109 p.footer {
110 font-size: 11px;
111 }
112 a {
113 color: #ee6a56;
114 text-decoration: underline;
115 }
116 .h1 {
117 font-size: 21px;
118 font-weight: bold;
119 Margin-bottom: 18px;
120 }
121 .header .inner .h1 {
122 color: #ffffff;
123 display: block;
124 font-family: Helvetica, Roboto, Arial, sans-serif;
125 font-size: 30px;
126 font-weight: 300;
127 line-height: 150%;
128 Margin: 0;
129 padding: 26px 48px;
130 text-align: left;
131 text-shadow: 0 1px 0 #7797b4;
132 -webkit-font-smoothing: antialiased;
133 }
134 .h2 {
135 font-size: 18px;
136 font-weight: bold;
137 Margin-bottom: 12px;
138 }
139 .one-column .contents {
140 text-align: left;
141 }
142 .one-column p {
143 font-size: 14px;
144 Margin-bottom: 10px;
145 font-family: Helvetica, Roboto, Arial, sans-serif;
146 font-size: 14px;
147 line-height: 150%;
148 color: #737373;
149 }
150 .one-column p.h2,
151 .two-column .column .contents p.h2 {
152 display: block;
153 font-size: 18px;
154 font-weight: bold;
155 line-height: 130%;
156 Margin: 16px 0 8px;
157 text-align: left;
158 color: #557da1;
159 }
160 .two-column {
161 text-align: center;
162 font-size: 0;
163 }
164
165 .two-column .column {
166 width: 100%;
167 max-width: 280px;
168 display: inline-block;
169 vertical-align: top;
170 }
171 .two-column .column .contents p{
172 font-size: 14px;
173 Margin-bottom: 10px;
174 font-family: Helvetica, Roboto, Arial, sans-serif;
175 font-size: 14px;
176 line-height: 150%;
177 color: #737373;
178 }
179 .two-column .inner,
180 .footer .inner {
181 padding: 10px 48px;
182 }
183 .contents {
184 width: 100%;
185 }
186 .header .inner {
187 width: 100%;
188 }
189 .footer .inner {
190 width: 100%;
191 border-top:1px solid #dddddd;
192 }
193 .two-column .contents {
194 font-size: 14px;
195 text-align: left;
196 }
197 .two-column img {
198 width: 100%;
199 height: auto;
200 }
201 .two-column .text {
202 padding-top: 10px;
203 }
204 .two-column p {
205 font-size: 14px;
206 Margin-bottom: 10px;
207 font-family: Helvetica, Roboto, Arial, sans-serif;
208 font-size: 14px;
209 line-height: 150%;
210 color: #737373;
211 }
212 @media screen and (max-width: 400px) {
213 .two-column .column {
214 max-width: 100% !important;
215 }
216 }
217 @media screen and (min-width: 401px) and (max-width: 620px) {
218 .two-column .column {
219 max-width: 50% !important;
220 }
221 }
222 </style>
223 <!--[if (gte mso 9)|(IE)]>
224 <style type="text/css">
225 table {border-collapse: collapse !important;}
226 </style>
227 <![endif]-->
228 </head>
229 <body style="Margin:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;min-width:100%;<?php echo $background_color; ?>" <?php echo is_rtl() ? 'rightmargin="0"' : 'leftmargin="0"'; ?> >
230 <center class="wrapper" style="width:100%;table-layout:fixed;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;Margin:0;padding-top:70px;padding-bottom:70px;padding-right:0;padding-left:0;<?php echo $background_color; ?>" <?php echo is_rtl() ? 'dir="rtl"' : 'dir="ltr"'?> >
231 <div class="webkit" style="max-width:600px;" >
232 <!--[if (gte mso 9)|(IE)]>
233 <table width="600" align="center" style="border-spacing:0;font-family:sans-serif;<?php echo $text_color; ?>" >
234 <tr>
235 <td style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >
236 <![endif]-->
237 <table class="outer" align="center" style="border-spacing:0;font-family:sans-serif;<?php echo $text_color; ?><?php echo $body_color; ?>Margin:0 auto;width:96%;max-width:600px;box-shadow:0 1px 4px rgba(0,0,0,0.1) !important;border-width:1px;border-style:solid;border-color:#dcdcdc;border-radius:3px !important;" >
238 <?php if ( ! empty( $fields_values['header_img600_src'] ) ) { ?>
239 <!-- Header IMG: 1 column template row -->
240 <tr> <!-- This image must be 600px width (NOT wider). If less, then we need to set in CSS width in px of this image -->
241 <td class="full-width-image" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >
242 <img src="images/header.jpg" alt="" style="border-width:0;width:100%;height:auto;" /> <!-- src="<?php $fields_values['header_img600_src']; ?>" -->
243 </td>
244 </tr>
245 <?php } ?>
246 <!-- Header: 1 column template row -->
247 <tr>
248 <td class="one-column" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >
249 <table width="100%" class="header" style="<?php echo $base_color; ?>border-spacing:0;border-radius:3px 3px 0 0 !important;color:#ffffff;border-bottom-width:0;font-weight:bold;line-height:100%;vertical-align:middle;font-family:Helvetica, Roboto, Arial, sans-serif;" >
250 <tr>
251 <td class="inner" style="padding-top:10px;padding-bottom:10px;padding-right:10px;padding-left:10px;width:100%;" >
252 <p class="h1" style="Margin-bottom:10px;color:#ffffff;display:block;font-family:Helvetica, Roboto, Arial, sans-serif;font-size:30px;font-weight:300;line-height:150%;Margin:0;padding-top:26px;padding-bottom:26px;padding-right:48px;padding-left:48px;text-align:left;text-shadow:0 1px 0 #7797b4;-webkit-font-smoothing:antialiased;" ><?php echo ( wp_kses_post( wptexturize( $fields_values['header_content'] ) ) ); ?></p>
253 </td>
254 </tr>
255 </table>
256 </td>
257 </tr>
258 <!-- Content: 1 column template row -->
259 <tr>
260 <td class="one-column" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >
261 <table width="100%" style="border-spacing:0;font-family:sans-serif;<?php echo $text_color; ?>" >
262 <tr>
263 <td class="inner contents" style="padding-top:48px;padding-bottom:48px;padding-right:48px;padding-left:48px;width:100%;text-align:left;" >
264 <p style="Margin:0;font-size:14px;Margin-bottom:10px;font-family:Helvetica, Roboto, Arial, sans-serif;line-height:150%;color:#737373;" ><?php
265
266 $h2_headers = array('<p class="h2" style="Margin-bottom:10px;font-family:Helvetica, Roboto, Arial, sans-serif;display:block;font-size:18px;font-weight:bold;line-height:130%;Margin:16px 0 8px;text-align:left;color:#557da1;" >', '</p>');
267 $fields_values['content'] = str_replace( array( '<h2>', '</h2>' ), $h2_headers, $fields_values['content'] );
268
269 echo ( wp_kses_post( wptexturize( $fields_values['content'] ) ) );
270 ?></p>
271 </td>
272 </tr>
273 </table>
274 </td>
275 </tr>
276 <!-- Footer: 1 column template row -->
277 <tr>
278 <td class="one-column" style="padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >
279 <table width="100%" class="footer" style="border-spacing:0;font-family:sans-serif;<?php echo $text_color; ?>" >
280 <tr>
281 <td class="inner" style="text-align:center;padding-top:10px;padding-bottom:10px;padding-right:48px;padding-left:48px;width:100%;border-top-width:1px;border-top-style:solid;border-top-color:#dddddd;" >
282 <p style="Margin:0;Margin-bottom:10px;font-family:Helvetica, Roboto, Arial, sans-serif;line-height:150%;color:#737373;font-size:11px;" >
283 <?php /* <a style="color:#ee6a56;text-decoration:underline;" >Forward to a Friend</a> &nbsp; &nbsp; <a style="color:#ee6a56;text-decoration:underline;" >Unsubscribe</a> &nbsp; &nbsp; <a style="color:#ee6a56;text-decoration:underline;" >Preferences</a><br /> */
284 echo ( wp_kses_post( wptexturize( $fields_values['footer_content'] ) ) ); ?>
285 </p>
286 </td>
287 </tr>
288 </table>
289 </td>
290 </tr>
291 </table>
292 <!--[if (gte mso 9)|(IE)]>
293 </td>
294 </tr>
295 </table>
296 <![endif]-->
297 </div>
298 </center>
299 </body>
300 <?php
301
302 return ob_get_clean(); // Return this email content
303 }
304
305
306 return;
307
308 // Exist from this file, at the bottom - original static HTML template for email
309
310 // <editor-fold defaultstate="collapsed" desc=" Source Code of template for parsing at http://inliner.cm/ " >
311
312 ////////////////////////////////////////////////////////////////////////////////
313 // Source Code of template for parsing at http://inliner.cm/
314 ////////////////////////////////////////////////////////////////////////////////
315 ?>
316 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
317 <html xmlns="http://www.w3.org/1999/xhtml"> <!-- dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>" -->
318 <head>
319 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
320 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
321 <meta name="viewport" content="width=device-width, initial-scale=1.0">
322 <title></title>
323 <style type="text/css">
324 body {
325 Margin: 0;
326 padding: 0;
327 min-width: 100%;
328 background-color: #ffffff;
329 }
330 table {
331 border-spacing: 0;
332 font-family: sans-serif;
333 color: #333333;
334 }
335 td {
336 padding: 0;
337 }
338 img {
339 border: 0;
340 }
341 .wrapper {
342 width: 100%;
343 table-layout: fixed;
344 -webkit-text-size-adjust: 100%;
345 -ms-text-size-adjust: 100%;
346 Margin: 0;
347 padding: 70px 0 70px 0;
348 background-color: #f5f5f5;
349 }
350 .webkit {
351 max-width: 600px;
352 }
353 @-ms-viewport {
354 width: device-width;
355 }
356 /* width 100% */
357 .outer {
358 Margin: 0 auto;
359 width: 96%;
360 max-width: 600px;
361 box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
362 border: 1px solid #dcdcdc;
363 border-radius: 3px !important;
364 background-color: #fdfdfd;
365 }
366
367 .full-width-image img {
368 width: 100%;
369 height: auto;
370 }
371 .header {
372 border-radius: 3px 3px 0 0 !important;
373 color: #ffffff; border-bottom: 0;
374 font-weight: bold;
375 line-height: 100%;
376 vertical-align: middle;
377 font-family: Helvetica, Roboto, Arial, sans-serif;
378 background-color: #557da1;
379 }
380 .footer .inner {
381 text-align: center;
382 }
383 .footer .inner p {
384 font-size: 11px;
385 }
386 .inner {
387 padding: 48px;
388 }
389 .header .inner {
390 padding: 10px;
391 }
392 p {
393 Margin: 0;
394 }
395 p.footer {
396 font-size: 11px;
397 }
398 a {
399 color: #ee6a56;
400 text-decoration: underline;
401 }
402 .h1 {
403 font-size: 21px;
404 font-weight: bold;
405 Margin-bottom: 18px;
406 }
407 .header .inner .h1 {
408 color: #ffffff;
409 display: block;
410 font-family: Helvetica, Roboto, Arial, sans-serif;
411 font-size: 30px;
412 font-weight: 300;
413 line-height: 150%;
414 Margin: 0;
415 padding: 26px 48px;
416 text-align: left;
417 text-shadow: 0 1px 0 #7797b4;
418 -webkit-font-smoothing: antialiased;
419 }
420 .h2 {
421 font-size: 18px;
422 font-weight: bold;
423 Margin-bottom: 12px;
424 }
425 .one-column .contents {
426 text-align: left;
427 }
428 .one-column p {
429 font-size: 14px;
430 Margin-bottom: 10px;
431 font-family: Helvetica, Roboto, Arial, sans-serif;
432 font-size: 14px;
433 line-height: 150%;
434 color: #737373;
435 }
436 .one-column p.h2,
437 .two-column .column .contents p.h2 {
438 display: block;
439 font-size: 18px;
440 font-weight: bold;
441 line-height: 130%;
442 Margin: 16px 0 8px;
443 text-align: left;
444 color: #557da1;
445 }
446 .two-column {
447 text-align: center;
448 font-size: 0;
449 }
450 /* Previously 300px. - TODO: need to test if we really need to have here 280 or 300px in the different email applications. Also its possible that we need to have header images, not 280px but only 260px.... */
451 .two-column .column {
452 width: 100%;
453 max-width: 280px;
454 display: inline-block;
455 vertical-align: top;
456 }
457 .two-column .column .contents p{
458 font-size: 14px;
459 Margin-bottom: 10px;
460 font-family: Helvetica, Roboto, Arial, sans-serif;
461 font-size: 14px;
462 line-height: 150%;
463 color: #737373;
464 }
465 .two-column .inner,
466 .footer .inner {
467 padding: 10px 48px;
468 }
469 .contents {
470 width: 100%;
471 }
472 .header .inner {
473 width: 100%;
474 }
475 .footer .inner {
476 width: 100%;
477 border-top:1px solid #dddddd;
478 }
479 .two-column .contents {
480 font-size: 14px;
481 text-align: left;
482 }
483 .two-column img {
484 width: 100%;
485 height: auto;
486 }
487 .two-column .text {
488 padding-top: 10px;
489 }
490 .two-column p {
491 font-size: 14px;
492 Margin-bottom: 10px;
493 font-family: Helvetica, Roboto, Arial, sans-serif;
494 font-size: 14px;
495 line-height: 150%;
496 color: #737373;
497 }
498 /*Media Queries*/
499 @media screen and (max-width: 400px) {
500 .two-column .column {
501 max-width: 100% !important;
502 }
503 }
504 @media screen and (min-width: 401px) and (max-width: 620px) {
505 .two-column .column {
506 max-width: 50% !important;
507 }
508 }
509 </style>
510 <!--[if (gte mso 9)|(IE)]>
511 <style type="text/css">
512 table {border-collapse: collapse;}
513 </style>
514 <![endif]-->
515 </head>
516 <body> <!-- <?php echo is_rtl() ? 'rightmargin="0"' : 'leftmargin="0"'; ?> -->
517 <center class="wrapper" > <!-- <?php echo is_rtl() ? 'dir="rtl"' : 'dir="ltr"'?> -->
518 <div class="webkit">
519 <!--[if (gte mso 9)|(IE)]>
520 <table width="600" align="center">
521 <tr>
522 <td>
523 <![endif]-->
524 <table class="outer" align="center">
525 <!-- <?php if ( ! empty( $fields_values['header_img600_src'] ) ) { ?> -->
526 <!-- Header IMG: 1 column template row -->
527 <tr> <!-- This image must be 600px width (NOT wider). If less, then we need to set in CSS width in px of this image -->
528 <td class="full-width-image">
529 <img src="images/header.jpg" alt="" /> <!-- src="<?php $fields_values['header_img600_src']; ?>" -->
530 </td>
531 </tr>
532 <!-- <?php } ?> -->
533 <!-- Header: 1 column template row -->
534 <tr>
535 <td class="one-column">
536 <table width="100%" class="header">
537 <tr>
538 <td class="inner">
539 <p class="h1">HTML Email Header</p> <!-- <?php echo ( wp_kses_post( wptexturize( $fields_values['header_content'] ) ) ); ?> -->
540 </td>
541 </tr>
542 </table>
543 </td>
544 </tr>
545
546 <!-- Content: 1 column template row -->
547 <tr>
548 <td class="one-column">
549 <table width="100%">
550 <tr>
551 <td class="inner contents"> <!-- <?php echo ( wp_kses_post( wptexturize( $fields_values['content'] ) ) ); ?> -->
552 <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed aliquet diam a facilisis eleifend. Cras ac justo felis. Mauris faucibus, orci eu blandit fermentum, lorem nibh sollicitudin mi, sit amet interdum metus urna ut lacus.</p>
553 <p class="h2">Lorem ipsum dolor</p>
554 <p>Fusce eu euismod leo, a accumsan tellus. Quisque vitae dolor eu justo cursus egestas. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sit amet sapien odio. Sed pellentesque arcu mi, quis malesuada lectus lacinia et. Cras a tempor leo.</p>
555 </td>
556 </tr>
557 </table>
558 </td>
559 </tr>
560 <!-- <?php if ( ( ! empty( $fields_values['content_column_1'] ) ) && ( ! empty( $fields_values['content_column_2'] ) ) ) { ?> -->
561 <!-- Content: 2 columns template row -->
562 <tr>
563 <td class="two-column">
564 <!--[if (gte mso 9)|(IE)]>
565 <table width="100%">
566 <tr>
567 <td width="50%" valign="top">
568 <![endif]-->
569 <div class="column">
570 <!-- Column 1 -->
571 <table width="100%">
572 <tr>
573 <td class="inner">
574 <table class="contents">
575 <!-- <?php if ( ! empty( $fields_values['header_column_1_img260_src'] ) ) { ?> -->
576 <tr>
577 <td>
578 <!-- width of image must be 260px -->
579 <img src="images/two-column-01.jpg" alt="" /> <!-- src="<?php $fields_values['header_column_1_img260_src']; ?>" -->
580 </td>
581 </tr>
582 <!-- <?php } ?> -->
583 <tr>
584 <td class="text"> <!-- <?php echo ( wp_kses_post( wptexturize( $fields_values['content_column_1'] ) ) ); ?> -->
585 <p>Column 1 Content .... Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed aliquet diam a facilisis eleifend. Cras ac justo felis. Mauris faucibus, orci eu blandit fermentum, lorem nibh sollicitudin mi, sit amet interdum metus urna ut lacus. </p>
586 </td>
587 </tr>
588 </table>
589 </td>
590 </tr>
591 </table>
592 </div>
593 <!--[if (gte mso 9)|(IE)]>
594 </td><td width="50%" valign="top">
595 <![endif]-->
596 <div class="column">
597 <!-- Column 2 -->
598 <table width="100%">
599 <tr>
600 <td class="inner">
601 <table class="contents">
602 <!-- <?php if ( ! empty( $fields_values['header_column_2_img260_src'] ) ) { ?> -->
603 <tr>
604 <td>
605 <!-- width of image must be 260px -->
606 <img src="images/two-column-02.jpg" alt="" /> <!-- src="<?php $fields_values['header_column_2_img260_src']; ?>" -->
607 </td>
608 </tr>
609 <!-- <?php } ?> -->
610 <tr>
611 <td class="text"> <!-- <?php echo ( wp_kses_post( wptexturize( $fields_values['content_column_2'] ) ) ); ?> -->
612 <p>Column 2 Content .... Fusce eu euismod leo, a accumsan tellus. Quisque vitae dolor eu justo cursus egestas. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sit amet sapien odio. Sed pellentesque arcu mi, quis malesuada lectus lacinia et. Cras a tempor leo. </p>
613 </td>
614 </tr>
615 </table>
616 </td>
617 </tr>
618 </table>
619 </div>
620 <!--[if (gte mso 9)|(IE)]>
621 </td>
622 </tr>
623 </table>
624 <![endif]-->
625 </td>
626 </tr>
627 <!-- <?php } ?> -->
628 <!-- Footer: 1 column template row -->
629 <tr>
630 <td class="one-column">
631 <table width="100%" class="footer">
632 <tr>
633 <td class="inner"> <!-- <?php echo ( wp_kses_post( wptexturize( $fields_values['footer_content'] ) ) ); ?> -->
634 <p>
635 <a>Forward to a Friend</a> &nbsp; &nbsp; <a>Unsubscribe</a> &nbsp; &nbsp; <a>Preferences</a><br />
636 You are receiving this email because you are either purchased product at WPBM or you entered your email at WPBM
637 </p>
638 </td>
639 </tr>
640 </table>
641 </td>
642 </tr>
643
644 </table>
645 <!--[if (gte mso 9)|(IE)]>
646 </td>
647 </tr>
648 </table>
649 <![endif]-->
650 </div>
651 </center>
652 </body>
653 <?php
654 // </editor-fold>