This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background: url('/img/image.png') no-repeat; | |
background: none, | |
url('/img/image.svg') no-repeat; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="/img/image.svg" onerror="this.src='/img/image.png';this.onerror=null;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) | |
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = 'revision' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Universal: | |
on_sent_ok: "ga('send', 'event', 'Contact Form', 'sent');" as event | |
on_sent_ok: "ga('send', 'pageview', '/GA_Track/submitted.html');" as pageview | |
OLD: | |
on_sent_ok:"_gaq.push(['_trackPageview', '/GA_Track/submitted-popup.html']);" OLD | |
on_sent_ok: "try{_gaq.push(['_trackPageview', 'Contact Form', 'Submit']);} catch(e){}" TEST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ASPMX.L.GOOGLE.COM. 10 | |
ALT1.ASPMX.L.GOOGLE.COM. 20 | |
ALT2.ASPMX.L.GOOGLE.COM. 20 | |
ASPMX2.GOOGLEMAIL.COM. 30 | |
ASPMX3.GOOGLEMAIL.COM. 30 | |
10 ASPMX.L.GOOGLE.COM | |
20 ALT1.ASPMX.L.GOOGLE.COM | |
30 ALT2.ASPMX.L.GOOGLE.COM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{block type="catalog/product_list" category_id="360" template="catalog/product/cms-slider.phtml"}} | |
{{block type="catalog/product_list" category_id="368" template="catalog/product/list-cat.phtml"}} | |
{{store url=""}} | |
<reference name="left"> | |
<block type="cms/block" name="mobile-home-information-center"> | |
<action method="setBlockId"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="block"> | |
<div class="block-title"><strong><span>Package Units Information Center</span></strong></div> | |
<div class="block-content"> | |
<ul> | |
<li><a href="{{store direct_url=""}}ac-package-unit-learning-center-split-system">What is a split system?</a></li> | |
<li><a href="{{store direct_url=""}}ac-package-unit-learning-center-package-unit">What is a package unit?</a></li> | |
<li><a href="{{store direct_url=""}}ac-package-unit-learning-center-sizing-calculator">Furnace Sizing Calculator</a></li> | |
<li><a href="{{store direct_url=""}}ac-package-unit-learning-center-ac-sizing-calculator">Air Conditioning Sizing Calculator</a></li> | |
<li><a href="{{store direct_url=""}}ac-package-unit-learning-center-brand-selection">Brand Selection</a></li> | |
<li><a href="{{store direct_url=""}}air-duct-design-sizing">Duct Design Service</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA); ?>media-folder/image.jpg" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{store url=""}} | |
{{store direct_url=""}} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com) | |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) | |
*/ | |
?> | |
<?php | |
/** | |
* Product list template | |
* @see Mage_Catalog_Block_Product_List |
NewerOlder