Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
notices.phtml File Reference

Go to the source code of this file.

Variables

if( $block->displayNoscriptNotice())( 'JavaScript seems to be disabled in your browser.') ?></strong >< span ><? endif = __('For the best experience on our site, be sure to turn on Javascript in your browser.')
 
if($block->displayNoLocalStorageNotice())< div class="content">< p >< strong ><?=__( 'Local Storage seems to be disabled in your browser.') ?></strong >< br/><?=__( 'For the best experience on our site, be sure to turn on Local Storage in your browser.') ?></p ></div ></div >< script > function (jQuery)
 

Variable Documentation

◆ endif

endif = __('For the best experience on our site, be sure to turn on Javascript in your browser.')

Definition at line 15 of file notices.phtml.

◆ function

if ( $block->displayNoLocalStorageNotice())<div class="content"><p><strong><?= __('Local Storage seems to be disabled in your browser.') ?></strong><br /><?= __('For the best experience on our site, be sure to turn on Local Storage in your browser.') ?></p></div></div><script> function(jQuery)

Definition at line 37 of file notices.phtml.