sterzycom/panel/app/widgets/account/account.html.php

10 lines
No EOL
358 B
PHP

<div class="dashboard-box">
<a class="dashboard-item" href="<?php __($user->url()) ?>">
<figure>
<img class="dashboard-item-icon" src="<?php echo $user->avatar(50)->url() ?>" alt="<?php __($user->username()) ?>">
<figcaption class="dashboard-item-text">
<?php __($user->username()) ?>
</figcaption>
</figure>
</a>
</div>