CrosPage
cross.tpl - template for displaying the additional field.
Tag | Description |
[cross=fieldName]... contents...[ /cross] |
Displays content if the user views the page using the additional field fieldName. The remaining tags below can be inserted inside this structure. |
{tag} | Displays the name of the additional field. |
{cross} |
Displays the value of the additional field. |
[title]Sub-news by {cross} [/title] |
Outputs content in the title meta tag. |
[description]Selection of news by {cross} [/description] |
Outputs content in the description meta tag. |
[h1]... Heading {cross} ...[/h1] | Displays the title. |
Example:
[cross=authors]
[title]Search news by {cross}[/title]
[description]Search by author {cross}[/description]
[h1]{tag} - by author {cross}[/h1]
[/cross]