Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:39
Show Gist options
  • Save jwohlfeil/73ce2c73a9d5826abaf84ce7be217ffa to your computer and use it in GitHub Desktop.
Save jwohlfeil/73ce2c73a9d5826abaf84ce7be217ffa to your computer and use it in GitHub Desktop.
<?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