<!-- I got these buttons from simplesharebuttons.com -->
<div id="share-buttons">
<!-- Buffer -->
<a href="https://bufferapp.com/add?url=https://simplesharebuttons.com&text=Simple Share Buttons" target="_blank">
<img src="https://simplesharebuttons.com/images/somacro/buffer.png" alt="Buffer" />
</a>
<!-- Digg -->
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
| # BEGIN GZIP | |
| <ifmodule mod_deflate.c> | |
| AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript | |
| </ifmodule> | |
| # END GZIP Ref: https://varvy.com/pagespeed/enable-compression.html |
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
| <IfModule mod_deflate.c> | |
| SetOutputFilter DEFLATE | |
| AddOutputFilterByType DEFLATE text/* | |
| BrowserMatch ^Mozilla/4 gzip-only-text/html | |
| BrowserMatch ^Mozilla/4\.0[678] no-gzip | |
| BrowserMatch \bMSIE !no-gzip !gzip-only-text/html | |
| SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary | |
| SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary | |
| SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary | |
| SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip |
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
| //File: /app/code/core/Mage/Core/Model/Translate/Inline.php:273 | |
| //Add follow this block | |
| new TranslateInline('translate-inline-trig', '<?php echo $ajaxUrl ?>', '<?php | |
| echo Mage::getDesign()->getArea() ?>'); | |
| if(Object.__defineGetter__) |
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 /* Open Graph Protocol for Facebook and SEO */ ?> | |
| <?php if(Mage::registry('current_product')): ?> | |
| <?php $product = Mage::registry('current_product'); ?> | |
| <meta property="og:title" content="<?php echo ($product->getName()); ?>" /> | |
| <meta property="og:type" content="product" /> |
NewerOlder