tpl
Last updated Jan 27th, 2020 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$311 per month—let's make that $500!
Learn moretolinks's tpl Chunk¶
This is the Chunk displayed with the &tpl property on the tagLister snippet.
Default Value¶
<a href="[[+url]]" class="[[+cls]]">[[+item]]</a>
Using Full URLs¶
If you need to generate a full URL to page containing your getResourcesTag Snippet, try using something like the following:
<a href="[[++site_url]][[+url]]" class="[[+cls]]">[[+item]]</a>
Available Placeholders¶
Name | Description |
---|---|
item | The text of each item. |
url | The generated URL for each link. |
cls | The CSS class for each item. |