- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Link Disp
Template Tag: Link Disp
This template tag displays a link to a specific disp.
Examples
Quick Template
[Link:disp|disp=login|text=Already have an account... ?]
[Link:disp|
disp=msgform|
text=Click here to contact the owner|
params=param1=p1¶m2=p2]
Parameters
Param |
Default |
Usage |
---|---|---|
|
None |
Required field. The name of the disp to link to. |
|
|
Text to display for the link. |
|
|
Max length of URL when URL is used as the link text. |
The following are additional parameters depending on the disp
:
Param |
Disp |
Default |
Usage |
---|---|---|---|
|
|
|
Describes the source in a word or two. Used for stats (search current calls to this function for examples). |
|
|
|
URL to redirect to. |
|
|
|
Set to |
|
|
|
Collection ID for the requested collection. Use |
|
|
|
|
|
any |
|
Additional query params to append to the link. |
Return value
This tag displays content only, it does not have a return value.