/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
pub/errors/default/page.phtml
25 строк
724 B
Alexandra Zota
ACP2E-4019: CE copyright updates for 2.4.9-beta1
22 окт 2025, 11:23
22 окт 2025, 11:23
6c2f6e6
Код
Авторство
О чём код?
<?php /** * Copyright 2011 Adobe * All Rights Reserved. */ // phpcs:ignoreFile ?> <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title><?= $this->pageTitle ?></title> <base href="<?= $this->escaper->escapeHtmlAttr($this->getViewFileUrl()) ?>" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="*"/> <link rel="stylesheet" href="css/styles.css" type="text/css" /> <link rel="icon" href="images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> </head> <body> <main class="page-main"> <?php require $contentTemplate; ?> </main> </body> </html>