| Syntax |
|
| Documentation | Returns the value of the named current variable:
Their values differ within different template pages. Their values are entries of the URL that called the current page. Predefined current variable names (see also $getCurrents) are:
- 'c', the name of the current category - 'i', the id of the current account - 'l', the id of the language currently in use - 'p', the password of the current user - 's', the id of the current client-server session - 't', the template page currently in use - 'u', the name of the current user |
| Examples | |
<A HREF="mailto:$getCurrent{e-mail}">$getCurrent{e-mail} $// Result 1: sets current variable with the name "e-mail" to the value "info@SITEFORUM.com", returns current variable "e-mail". |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |