Totally Zenned
- Join Date:
- Mar 2009
- Posts:
- 616
- Plugin Contributions:
- 0
cpath is it needed?
Do I need to keep the cpath for internal links?
"' . zen_href_link(zen_get_info_page($products_new->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($products_new->fields['master_categories_id']) . '&products_id=' . $products_new->fields['products_id']) . '"
"' . zen_href_link(zen_get_info_page($products_new->fields['products_id']), '&products_id=' . $products_new->fields['products_id']) . '"
Is there any risk from removing the cPath section from the links?