/ Published in: PHP
This will return the URL for the category specified (17 in this case)
Expand |
Embed | Plain Text
Mage::getModel('catalog/category')->load(17)->getUrl();
You need to login to post a comment.
zachwood on 08/04/09
3 people have marked this snippet as a favorite
This will return the URL for the category specified (17 in this case)
Mage::getModel('catalog/category')->load(17)->getUrl();
You need to login to post a comment.