- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Echo Param value
Template Tag: Echo Param value
This will display the value of the desired param.
This can display the value of any param that the Skin and/or calling Widget and/or calling Short Tag (like [include:slug:template:.class]
) may have passed to the current template.
This can be used, for example, to inject CSS class names into a specific HTML element.
Examples
Quick Template
[echo:rwd_cols]
: this will display the value of the rwd_cols
param passed to the template.
[echo:percentage]
: this will display the value of the percentage
param passed to the template.
[echo:content_block_class]
: this will display the value of the content_block_class
param passed to the template.
Parameters
This does not accept any parameters other than the param name whose value will be displayed.
Return value
This tag displays content only, it does not have a return value.