I dont mind hacking at the template and I understand how to include php...
What I CANT figure out is what the dang links are to specific areas SPECIFICALLY (CALENDAR, CONTACTS, COMPANIES, TASKS)
How do I create this:
<a href="javascript:void(0)" onclick="goto(CALENDER)">Calendar</a>
I look art source of page and I see this:
<a href="javascript:void(0)" onclick="_chj('parent_module=CRM_Calendar&box_main_href=74928e026499faf1fe2865962dbec125', '', '');">
Where does this "74928e026499faf1fe2865962dbec125" come from and does it ever change?
Simply put: What is the best way to build links to specific areas of the crm??? (and if you can show me a working example, it would be helpful)
Thank You