diff --git a/uc_catalog/uc_catalog.module b/uc_catalog/uc_catalog.module
index be8f299..e014a4e 100644
--- a/uc_catalog/uc_catalog.module
+++ b/uc_catalog/uc_catalog.module
@@ -974,6 +974,13 @@ function uc_catalog_path($term) {
 }
 
 /**
+ * Implementation of hook_term_path().
+ */
+function uc_catalog_term_path($term) {
+  return uc_catalog_path($term);
+}
+
+/**
  * Load a catalog term's image.
  */
 function uc_catalog_image_load($term) {
