# // Registered Links
# if ($user['USER_MEMBERSHIP_LEVEL'] == "Administrator" || $user['USER_MEMBERSHIP_LEVEL'] == "Moderator") {
# // Add CP link
# $cp_link = 1;
# } // end if
// Registered Links
if ($user['USER_MEMBERSHIP_LEVEL'] == "Administrator") {
// Add CP link
$cp_link = 1;
} // end if