Code: Select all
...........
function CreateDatesLink($student_id){
//$id = ?? don't know how get id of this module
return $this->CreateLink($id, 'show_profile', $this->GetPageId('dates'), '', array('student_id' =>$student_id), '', true);
}
........

PS sorry for my poor english