File: /var/www/gurumedia_st_usr/data/www/gurumedia.store/frdsp/dp/frd1_nav_side.php
<div id="mySidenav" class="sidenav">
<div class="mini_profile text-center">
<table width='100%'>
<tr>
<td>
<img src="<?php echo "$FRD_HURL/frd-data/img/user/$UsrPicc";?>" alt="" width="60px" height="60px" class="img-circle">
</td>
</tr>
<tr>
<td>
<h6 class="y"> <?php echo "$UsrName";?></h6>
</td>
</tr>
</table>
</div>
<div id="FR_SNAV_LINKS"></div>
<h6 class="text-center">
VERSION: <?= htmlspecialchars($FR_PLUGIN_VERSION ?? 'x'); ?>
</h6>
<br><br>
</div>