您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

18 行
482 B

  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <script type="application/javascript">
  8. window.persistent = <?=/* @noEscape */ $block->getConfig()?>;
  9. window.notYouLink = '<?=/* @noEscape */ $block->getLinkAttributes()?>';
  10. </script>
  11. <script type="text/x-magento-init">
  12. {
  13. "li.greet.welcome > span.not-logged-in": {
  14. "Magento_Persistent/js/view/additional-welcome": {}
  15. }
  16. }
  17. </script>