| ";
print " | |
| ";
$u_type = $_SESSION["WBCTK_UserType"];
if ($u_type == "Admin") {
$_SESSION["WBCTK_UserType"] = "User";
$u_type = $_SESSION["WBCTK_UserType"];
$key = $_SESSION["WBCTK_UserID"];
print " Welcome $UserName you are now a regular $u_type. "; } else {print " You were a $u_type not a Admin";} print " | |
| My Pages | |
| '; include "include/my_pages.inc.php"; print " | |
My Calendars | |
| '; include "include/my_calendars.inc.php"; print " | |
My Lessons | |
| '; include "include/my_lessons.inc.php"; print " | |