![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/Magento_Checkout/templates/ |
<?php /** * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @author Romain Cuillerier <[email protected]> * @copyright Copyright (c) 2021 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) */ ?> <?php /** Checkout header */ use Cnc\Cms\Model\Config as CmsConfig; use Cnc\Theme\ViewModel\Utils; /** @var Utils $utilsViewModel */ $utilsViewModel = $block->getUtilsViewModel(); $brandHref = $block->getUrl( $utilsViewModel->getScopeConfigValue(CmsConfig::XML_PATH_CMS_BRANDS_PAGE_IDENTIFIER) ); ?> <div class="header content"> <a href="<?= $block->escapeUrl($brandHref) ?>" class="back-link"> <span><?= $block->escapeHtml(__('Back to products')) ?></span> </a> <div class="logo"> <a href="<?= $block->escapeUrl($block->getUrl()); ?>"> <img src="<?= $block->escapeHtml(__($block->getViewFileUrl('images/logo/logo.svg'))) ?>" alt="" /> </a> </div> <span> </span> </div>