Line 29... |
Line 29... |
29 |
<?php include_once 'elements/header.php'; ?>
|
29 |
<?php include_once 'elements/header.php'; ?>
|
30 |
<!--//header-->
|
30 |
<!--//header-->
|
31 |
<!--main-->
|
31 |
<!--main-->
|
32 |
<div class="main-content">
|
32 |
<div class="main-content">
|
33 |
<div class="wrapper-frm bg-light text-dark border shadow">
|
33 |
<div class="wrapper-frm bg-light text-dark border shadow">
|
34 |
<div class="head-menu bg-primary menu-tle">
|
34 |
<div class="head-menu bg-primary menu-tle header">
|
35 |
<h1>Edit Account</h1> </div>
|
35 |
<h1>Edit Account</h1> </div>
|
36 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post" enctype="multipart/form-data">
|
36 |
<form action="<?php echo BASE_URL; ?>userAccount.php" method="post" enctype="multipart/form-data">
|
37 |
<div class="ucontent">
|
37 |
<div class="ucontent">
|
38 |
<div class="left-pnl"> <img class="img-fluid upicture" src="<?php echo $userPicture; ?>" alt="<?php echo $userName; ?>" />
|
38 |
<div class="left-pnl"> <img class="img-fluid upicture" src="<?php echo $userPicture; ?>" alt="<?php echo $userName; ?>" />
|
39 |
<h2><?php echo $userName; ?></h2> </div>
|
39 |
<h2><?php echo $userName; ?></h2> </div>
|