Skip to content

Commit c7f8308

Browse files
committed
CSS
1 parent 8486291 commit c7f8308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myaccount/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2549,7 +2549,7 @@
25492549
// My account
25502550
print '
25512551
<li class="nav-item'.($mode == 'myaccount' ? ' active' : '').' dropdown">
2552-
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#socid='.$mythirdpartyaccount->id.'"><i class="fa fa-user"></i> '.$langs->trans("MyAccount").' ('.$mythirdpartyaccount->email.')</a>
2552+
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#socid='.$mythirdpartyaccount->id.'"><i class="fa fa-user"></i> '.$langs->trans("MyAccount").' <span class="small">('.$mythirdpartyaccount->email.')</span></a>
25532553
<ul class="dropdown-menu">
25542554
<li><a class="dropdown-item" href="'.$_SERVER["PHP_SELF"].'?mode=myaccount"><i class="fa fa-user pictofixedwidth"></i> '.$langs->trans("MyAccount").'</a></li>';
25552555
// Reseler request

0 commit comments

Comments
 (0)