Make the 'Your Content' tab title on profiles configurable

No replies
ken
Offline
Joined: 11/04/2009

You might have it default to the name of the node, and be overridable in text.

Edit: a workaround for this one:

function MODULENAME_menu_alter(&$items) {
  $items['user/%/my-content']['title'] = t("YOUR TITLE HERE");
}

Twitter Feed