$import

Imports the resource whos location is specified by the given URL to the current template.
Syntax
    $import{url}
DocumentationImports the resource whos location is specified by the given URL to the current template:

    Parameters:
      url, the url of the source to be imported.
    Returns:
      the requested resource specified by the given URL.
    Note:
      the requested resources can be html pages images or other files. To import those resources to the current page
      they must be referenced by a absolute URL or by a static if available in the static directory of your SITEFORUM account.
Examples
See below the frontpage of www.SITEFORUM.com:
    $import {http://www.SITEFORUM.com}

    Result:
    See below the frontpage of www.SITEFORUM.com:
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters1
Maximum parameters <unlimited>