Elastic Skin - Events Module tabs
Design and Skin Customization
They are registered 'profile_tab' s in the _init() function for the event module found at:
/modules/jrEvent/include.php
This part:
// Profile tabs
$_tmp = array(
'label' => 'List',
'active' => 'on',
'group' => 'all'
);
jrCore_register_module_feature('jrProfile', 'profile_tab', 'jrEvent', 'default', $_tmp);
// Profile tabs
$_tmp = array(
'label' => 'Calendar',
'group' => 'all'
);
jrCore_register_module_feature('jrProfile', 'profile_tab', 'jrEvent', 'calendar', $_tmp);
Their styling is controlled by the template provided by the jrProfile module and found at:
/modules/jrProfile/templates/profile_tabs.tpl