You are here

function uc_wishlist_search_info in UC Wish List 7

Implements hook_search_info().

File

./uc_wishlist.module, line 197
Allows users to create public shopping/wish lists.

Code

function uc_wishlist_search_info() {
  return array(
    'title' => t('Wish lists'),
    'path' => 'wishlist',
  );
}