mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
fix variable header
This commit is contained in:
parent
71d6024d62
commit
f08211a83a
2 changed files with 5 additions and 3 deletions
|
@ -1182,14 +1182,14 @@
|
|||
</li>
|
||||
<li class="dropdown user user-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<img src="{$UPLOAD_PATH}{$d['photo']}.thumb.jpg"
|
||||
<img src="{$UPLOAD_PATH}{$_admin['photo']}.thumb.jpg"
|
||||
onerror="this.src='{$UPLOAD_PATH}/admin.default.png'" class="user-image"
|
||||
alt="Avatar">
|
||||
<span class="hidden-xs">{$_admin['fullname']}</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="user-header">
|
||||
<img src="{$UPLOAD_PATH}{$d['photo']}.thumb.jpg"
|
||||
<img src="{$UPLOAD_PATH}{$_admin['photo']}.thumb.jpg"
|
||||
onerror="this.src='{$UPLOAD_PATH}/admin.default.png'" class="img-circle"
|
||||
alt="Avatar">
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue