Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
notices.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <?php
14 ?>
15 <?php if ($block->displayNoscriptNotice()): ?>
16  <noscript>
17  <div class="messages">
18  <div class="message message-warning message-noscript">
19  <strong><?= /* @escapeNotVerified */ __('JavaScript may be disabled in your browser.') ?></strong>
20  <?= /* @escapeNotVerified */ __('To use this website you must first enable JavaScript in your browser.') ?>
21  </div>
22  </div>
23  </noscript>
24 <?php endif; ?>
25 <?php if ($block->displayDemoNotice()): ?>
26  <div class="messages">
27  <div class="message message-warning message-demo-mode">
28  <?= /* @escapeNotVerified */ __('This is only a demo store. You can browse and place orders, but nothing will be processed.') ?>
29  </div>
30  </div>
31 <?php endif; ?>
__()
Definition: __.php:13
$block
Definition: block.php:8
if( $block->displayNoscriptNotice())( 'JavaScript may be disabled in your browser.') ?></strong ><? endif
Definition: notices.phtml:15