Portal Tokens

Portal Tokens provide you with the ability to use information about the current portal at run-time such as the portal's ID, it's name, email, etc.

Syntax

[[Portal:portalSettingName]]
 

Remarks

 

 

 

Back to top

Example

<xmod:template>
  ...
  <HeaderTemplate>
    <h1>[[Portal:Name]] ([[Portal:ID]]</h1>
    <a href="mailto:[[Portal:Email]]">Send An Email</a>
  </HeaderTemplate>
  ...
</xmod:template>
Back to top