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
| Thumbs.db | |
| Desktop.ini | |
| _notes | |
| .svn | |
| .project | |
| .idea/ | |
| .DS_Store | |
| .cvs | |
| *~ | |
| *.tmproj |
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
| <a class="highlight" href="#myIDorClass">AnchorText</a> | |
| <script> | |
| jQuery(".highlight").on("click", function(){ | |
| jQuery("#myIDorClass").css({'background':'yellow'}); | |
| }); | |
| </script> |
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
| <reference name="head"> | |
| <action method="addJs"><script>temgra/colorCustomOptions.js</script></action> | |
| <action method="addItem"><type>skin_css</type><name>css/colorCustomOptions.css</name></action> | |
| </reference> | |
| <reference name="content"> | |
| <remove name="product.info.addto" /><!-- optional --> | |
| </reference> | |
| <reference name="product.info"> | |
| <action method="setTemplate"><template>catalog/product/view-custom.phtml</template></action> | |
| </reference> |
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
| function findit() { | |
| { mlfind . -iname "*$1*"; | |
| grep -irl "$1" . | |
| } | sort -u | |
| } | |
| export -f findit | |
| # Returns a list of filepaths where the key phrase occurs. | |
| # Case insensitive | |
| # Usage: |
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 | |
| $check = $this->checkStatus(); | |
| $auto = (($check === 1) OR ($check === 3)); | |
| ?> | |
| <script type="text/javascript"> | |
| addSubscribeToPost = function (element) | |
| { | |
| if($('magemonkey-subscribe')) | |
| { | |
| $('magemonkey-subscribe').remove(); |
NewerOlder