Overview
Uploading a Template
layouts
sub-page template
<$headerplugins>
$logo1
<$menu>
<$pagetitle>
<$body>
<$section>
<$blog>
<$sidebarcontrol>
<$sidebarmenu>
$single
<$snippet>
<$include>
edittext
label
$viewlink
<$cartitems>
<$carttotal>
<$domain>
<$userfullname>
<$userid>
<isHomePage>
<IsNotHomePage>
<else>
logic options
<$copyright>
<$trademark>
<$date>
<$year>
File Versioning
Social Media Links
|
<$include>
Macro | <$include> |
Purpose |
This macro allows you to include a snippet or another content section.
|
Attributes | - snippet - The name of a snippet to include
- section - The name of another content section to include
- docid - Includes a webpage by referencing it's Document ID
- layout - Includes a layout
|
Example Usage | <$include snippet="footer">
<$include section="features">
<$include docid="14519">
<$include layout="leftside">
|
|