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
|
<$headerplugins>
Macro | <$headerplugins> |
Purpose |
This is a required macro used to bring all the select jQuery plugins from the "Header Plugins" tab in the template editor into the header of your template as well as the page [title] tag, meta tags.
|
Special Notes | This macro should be placed in the <head> section of your template. The macro also includes the jQuery Javascript library, so if your template already has a reference to jQuery, it must be removed. If your template already has a <title> and or <meta> tags, they should all be removed as well. |
Example Usage | <html> <head> <$headerplugins> ..other required template CSS, JavaScript can be included here. </head>
</html> |
|