$dets = gwvpmini_getUser($user_view_call);
- error_log("show view of user with $user_view_call: ". print_r($dets, true));\r
+ //error_log("show view of user with $user_view_call: ". print_r($dets, true));\r
echo "<h2>".$dets["fullname"]."</h2><br>";
echo gwvpmini_HtmlGravatar($dets["email"],80);
+
+ $isme = false;
+ if(isset($_SESSION["id"])) {
+ if($_SESSION["id"] == $dets["id"]) {
+ echo "This is your page";
+ }
+ }
}
?>
\ No newline at end of file