The <authheader> tag allows displaying a user name and avatar or prompts users to log in if they have not yet. The following attributes are applicable:
Attribute | Type |
---|
Mandatory |
---|
Required
Description | |
---|---|
class | String |
N | Specify the CSS class name defined in the CSS field. |
profileUrl | String |
---|
N | Specify the path to the portal section containing the personal pages when the model item is clicked. If specified, then the Profile item is available in the User Menu; otherwise, this item is not available, and the user cannot watch the profile. |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<authheader profileURL="/portal/cabinet"> |
...