Created
February 14, 2017 12:39
-
-
Save jwohlfeil/73ce2c73a9d5826abaf84ce7be217ffa to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$_category = Mage::getModel('catalog/category')->load(89); | |
$_category_url = $_category->getUrl(); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment