Return to Snippet

Revision: 16447
at August 4, 2009 13:17 by zachwood


Initial Code
Mage::getModel('catalog/category')->load(17)->getUrl();

Initial URL


Initial Description
This will return the URL for the category specified (17 in this case)

Initial Title
Get URL for a Magento Category

Initial Tags
magento

Initial Language
PHP