Display the user name in the title of page /admin/edit-user/$username
Display the user name in the title of page `/admin/edit-user/$username`, in the same way as it's implemented for `/admin/edit-category/$category`.
This commit is contained in:
parent
55d3b162bf
commit
387e62ea7e
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ try {
|
|||
}
|
||||
|
||||
// HTML <title>
|
||||
$layout['title'] = $L->g('Edit user') . ' - ' . $layout['title'];
|
||||
$layout['title'] = $L->g('Edit user') . ' [ ' . $username . ' ] ' . ' - ' . $layout['title'];
|
Loading…
Add table
Reference in a new issue