Skip to content

Commit

Permalink
Chaned the log out icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhamverma2796 committed Mar 6, 2022
1 parent ac8b045 commit 49c703b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion administrator/modules/mod_user/tmpl/default.php
Expand Up @@ -56,7 +56,9 @@
<div class="header-item-content">
<?php $route = 'index.php?option=com_login&task=logout&amp;' . Session::getFormToken() . '=1'; ?>
<a href="<?php echo Route::_($route); ?>" title="<?php echo Text::_('JLOGOUT'); ?>">
<span class="icon-power-off icon-fw" aria-hidden="true"></span>
<div class="header-item-icon">
<span class="icon-exit icon-fw" aria-hidden="true"></span>
</div>
</a>
</div>
</div>

0 comments on commit 49c703b

Please sign in to comment.