Forums

[insert_php]
if ( is_user_logged_in() ) {
echo ‘

Home Forums

  • Oh, bother! No forums were found here.
‘;
} else {

echo ‘Forums are only accessible to registered CAPA members. They provide message boards for topics like interesting cases, job openings, and leisure discussion. If you are a registered member, please login first. ‘;

}

[/insert_php]