Active
Project:
OG Panels
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2010 at 11:33 UTC
Updated:
2 Jul 2010 at 09:05 UTC
When I set a og panel to be my group homepage it will automatically set it's tab title to 'Home'.
How could I change this tab title from 'Home' to 'Team Homepage'?
Comments
Comment #1
jimthunderbird commentedHi,
I guess this can be done with a custom module implementing hook_menu_alter.
In og_panels.module line #117, there is a code snippet like this:
So in your custom module, reroute this item's title callback to your own title callback and you should be able to do whatever you like.
Best Regards,
Jim