AfterLogin

Specifies whether the current page was created immediately after a login.

Type and Usage

Output

  • Returns TRUE if the page was created immediately after a login.

  • Returns FALSE if the page was not created immediately after a login.

Example

Displays an alternate URL if the page was not created immediately after a login:

<$if not AfterLogin$>
    <a href="<$redirect$>">
<$endif$>