// Modified by Michelle (custom)
function _phptemplate_variables($hook, $vars) {
$vars = advanced_profile_addvars($hook, $vars);
}
if ($hook == 'page') {
// Set all tabs on the user page to have the email address as the title
}
$output = '<span class="clear"></span>';
$output .= "<ul class=\"tabs secondary\">\n". $secondary ."</ul>\n";
$vars['tabs2'] = $output;
}
// Hook into color.module
}
return $vars;
}
return $vars;
}