210-page path.lite.mdl
From Cyclone3 Wiki
Displays path from root to current sitemap node.
Input parameters
ID
- description: ID of root node
- format: Sitemap page ID
- default: 0
Output templates
Default output
- definition: TMP
- description: mandatory
- example:
<DEFINITION id="TMP">
<div class="menu">
<#item#>
</div>
</DEFINITION>
Replaced variables
<#item#>
| Placeholder for item template
|
Default item output
- definition: item
- description: mandatory. default item template
- variations:
- example:
<DEFINITION id="item">
<a href="?|?a210_path=<%path%>" alt="<%name%>"><%name%></a>
<#item#>
</DEFINITION>
Replaced variables
<#item#>
| Placeholder for item template
|
<%db_ID%>
| Sitemap node ID
|
<%db_ID_entity%>
| Sitemap node ID_entity
|
<%db_name%>
| Sitemap node name
|
<%db_name_url%>
| Sitemap node name in url format
|
<%db_path_url%>
| Sitemap node path from root
|
Examples and notes