Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
view
adminhtml
templates
page
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
$block
Definition:
block.php:8
endif
if( $block->displayNoscriptNotice())( 'JavaScript may be disabled in your browser.') ?></strong ><? endif
Definition:
notices.phtml:15