Skip to content

Commit

Permalink
2.11.20 Adding view account profile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 30, 2024
1 parent abebae5 commit 9633ea3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/view-account-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@

<div id="id-edit-account-profile-form-div" style="display: hidden;">
<table>
<tr><td>&nbsp;</td></tr>
<tr>
<tr><td>&nbsp;</td></tr>
<th>
<td colspan="2" class="form-header">User Profile</td>
</tr>
<tr><td>&nbsp;</td></tr>
</th>
<tr>
<td class="label">Username</td>
<td><?php echo $lUsername; ?></td>
Expand Down

0 comments on commit 9633ea3

Please sign in to comment.