Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

13 wiersze
435 B

  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <?php if ($pageData->getPageMetaKeywords()) : ?>
  8. <meta name="keywords" content="<?= /* @noEscape */ $pageData->getPageMetaKeywords() ?>"/>
  9. <?php endif; ?>
  10. <?php if ($pageData->getPageMetaDescription()) : ?>
  11. <meta name="description" content="<?= /* @noEscape */ $pageData->getPageMetaDescription() ?>"/>
  12. <?php endif; ?>