Public Member Functions | |
displayNoscriptNotice () | |
displayDemoNotice () |
Definition at line 34 of file Notices.php.
displayDemoNotice | ( | ) |
Check if demo store notice should be displayed
Definition at line 52 of file Notices.php.
00053 { 00054 return Mage::getStoreConfig('design/head/demonotice'); 00055 }
displayNoscriptNotice | ( | ) |
Check if noscript notice should be displayed
Definition at line 42 of file Notices.php.
00043 { 00044 return Mage::getStoreConfig('web/browser_capabilities/javascript'); 00045 }