Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/preheader/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/preheader/block.php

<?php
/*
 * Name: Preheader
 * Section: header
 * Description: Preheader
 * 
 */

/* @var $options array */
/* @var $wpdb wpdb */

$default_options = array(
    'view' => 'View online',
    'text' => 'Few words summary',
    'block_background' => '#ffffff',
    'font_family' => $font_family,
    'font_size' => 13,
    'font_color' => '#999999',
    'font_weight' => 'normal'
);

$options = array_merge($default_options, $options);
?>
<style>
    .preheader-table {
        width: 100%!important
            border: 0;
        border-collapse: collapse;
    }
    .preheader-link {
        padding: 10px; 
        text-align: center; 
        font-size: <?php echo $options['font_size'] ?>px; 
        font-family: <?php echo $options['font_family'] ?>; 
        font-weight: <?php echo $options['font_weight'] ?>; 
        color: <?php echo $options['font_color'] ?>;
    }
    .preheader-view-link {
        font-size: <?php echo $options['font_size'] ?>px; 
        font-family: <?php echo $options['font_family'] ?>; 
        font-weight: <?php echo $options['font_weight'] ?>; 
        color: <?php echo $options['font_color'] ?>;
        text-decoration: none;
    }
</style>

<table width="100%" border="0" cellpadding="0" align="center" cellspacing="0" inline-class="preheader-table">
    <tr>
        <td class="preheader-link" width="50%" valign="top" align="center">
            <?php echo $options['text'] ?>
        </td>
        <td class="preheader-link" width="50%" valign="top" align="center">
            <a href="{email_url}" target="_blank" rel="noopener" class="preheader-view-link"><?php echo $options['view'] ?></a>
        </td>
    </tr>
</table>


Cyb3r Drag0nz Team • Google Edition