PHP 8.2.31
Preview: layout.php Size: 602 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/newsletter/emails/blocks/header/layouts/logo/layout.php

<?php
/** @var array $options */
/** @var TNP_Media $media */

if (!$media) {
    echo '<p>Set your logo on company info page, thank you.</p>';
    return;
}
$image_width = 600-$options['block_padding_left']-$options['block_padding_right'];
if ($options['logo_width']) {
    $image_width = min($options['logo_width'], $image_width);
}
$media->set_width($image_width);
?>
<a href="<?php echo esc_url($media->link) ?>" target="_blank"><img src="<?php echo $media->url ?>" width="<?php echo $media->width ?>" height="<?php echo $media->height ?>" border="0" alt="<?php echo esc_attr($media->alt) ?>"></a>

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
602 B lrw-r--r-- 2026-06-03 14:57:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).