REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.03 KB
Close
//home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/text/block.php
Text
Base64
<?php /* * Name: Text * Section: content * Description: Free text block * */ /** @var array $options */ /** @var array $composer */ $default_options = array( 'html'=>'<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vitae sodales nulla, nec blandit velit.</p>', 'font_family'=>'', 'font_size'=>'', 'font_color'=>'', 'block_padding_left'=>15, 'block_padding_right'=>15, 'block_padding_top' => 20, 'block_padding_bottom' => 20, 'block_background'=>'' ); $options = array_merge($default_options, $options); $text_style = TNP_Composer::get_style($options, '', $composer, 'text'); ?> <style> .text { mso-line-height-rule: exactly; <?php echo $text_style->echo_css() ?> line-height: 1.5; } </style> <table width="100%" style="width: 100%!important" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="100%" valign="top" align="left" class="text" inline-class="text"> <?php echo $options['html'] ?> </td> </tr> </table>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
block.php
1.03 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icon.png
2.90 KB
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
options.php
802 B
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
style.css
105 B
lrw-r--r--
2026-06-03 14:57:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).