This file contains 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
if(location.href.indexOf('?') == -1) { | |
alert('no querystring'); | |
} else { | |
alert('querystring'); | |
} |
This file contains 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
FCKConfig.ProcessHTMLEntities = true ; | |
FCKConfig.IncludeLatinEntities = false ; | |
FCKConfig.IncludeGreekEntities = false ; |
This file contains 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 | |
module_invoke_all('xmlsitemap_links'); | |
?> |
This file contains 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="2" template="catalog/product/list.phtml"}} |
This file contains 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
RewriteRule ^schl(xC3xBC)sselanh(xC3xA4)nger(.*)$ http://www.neuedomain.de/schluesselanhaenger.html [L,R=301] |
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
This file contains 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
FCKConfig.AutoDetectPasteFromWord = true; | |
FCKConfig.CleanWordKeepsStructure = false; | |
FCKConfig.ForcePasteAsPlainText = true; |
This file contains 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
<table> | |
<tbody> | |
<tr> | |
<td><a href="[Link]" rel="nofollow"><img title="[Title]" src="[Image-Medium]" alt="[Title]" /></a></td> | |
<td><a href="[Link]" rel="nofollow">[Title]</a></td> | |
</tr> | |
</tbody> | |
</table> |
This file contains 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
try { | |
$this->_getWriteAdapter()->insert($this->getMainTable(), $rewriteData); | |
} | |
catch (Exception $e) { | |
Mage::throwException(Mage::helper('catalog')->__('An error occurred while saving the URL rewrite.')); | |
} |
OlderNewer