// Blocklayered: fix SEO problem + Adding nofollow option on the header

This commit is contained in:
mDeflotte
2012-02-27 16:37:23 +00:00
parent 1942f0ad91
commit b65ee8dfd4
4 changed files with 85 additions and 26 deletions
+8 -6
View File
@@ -455,12 +455,14 @@ function getUrlParams()
function updateProductUrl()
{
// Adding the filters to URL product
$.each($('ul#product_list li.ajax_block_product .product_img_link,'+
'ul#product_list li.ajax_block_product h3 a,'+
'ul#product_list li.ajax_block_product .product_desc a,'+
'ul#product_list li.ajax_block_product .lnk_view'), function() {
$(this).attr('href', $(this).attr('href') + param_product_url);
});
if (typeof(param_product_url) != 'undefined') {
$.each($('ul#product_list li.ajax_block_product .product_img_link,'+
'ul#product_list li.ajax_block_product h3 a,'+
'ul#product_list li.ajax_block_product .product_desc a,'+
'ul#product_list li.ajax_block_product .lnk_view'), function() {
$(this).attr('href', $(this).attr('href') + param_product_url);
});
}
}
/**
* Copy of the php function utf8_decode()