Skip to content

Commit

Permalink
updated logout button
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyasahu committed Aug 26, 2015
1 parent b3d4720 commit abfdb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user-loggedin-drop-down.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<?php endforeach ?>
<li>
<a href="<?php echo @$this->content['navigation']['user']['logout']['url'] ?>">
<span class="fa fa-power-off"></span>
<span class="fa fa-sign-out"></span>
<?php echo @$this->content['navigation']['user']['logout']['label'] ?>
</a>
</li>
Expand Down

0 comments on commit abfdb50

Please sign in to comment.