* @license GNU General Public License version 2 or later; see LICENSE.txt */ use Joomla\CMS\Uri\Uri; defined('_JEXEC') or die; // Check if we have all the data if (!array_key_exists('mail', $displayData)) { return; } // Setting up for display $mailBody = $displayData['mail']; if (!$mailBody) { return; } $extraData = []; if (array_key_exists('extra', $displayData)) { $extraData = $displayData['extra']; } $siteUrl = Uri::root(false); ?>
<?php echo (isset($extraData['siteName']) ? $extraData['siteName'] . ' ' : '');?>Logo

©