If you need to use a template as a part of another template, you can include it with {TEMPLATE:folder/template_name.html} tag. This tag simply included the template in another without using it's layout, includes only the content of the template.
You should always provide full template location. Take "dev/" folder as the root folder even if both templates are in the same folder. For example: If you write {TEMPLATE:profile/memberarea.html} in profile/details.html Memberkit will display memberarea template in details template.
Tags:
template tags
Related Articles:
Add a new comment
|
Send Comment