Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable

Description

Required

Version Added

{{{{ html }}}}

Loads the directional and language settings for the site. Must be placed inside the <html> element. <br>\ <html {{ html }}>

Yes

4.0

{{{{ header }}}}

Loads everything that is to be placed within <head></head>.

Yes

4.0

{{{{ title }}}}

Displays the site title. Must be placed inside the HTML <title></title> elements.

Yes

4.0

{{{{ body }}}}

Loads id and class of body

Yes

4.0

{{{{ js }}}}

Loads all Javascript files at the footer. This must be placed before the </body> closing tag.

Yes

4.0

{{{{ content }}}}

Displays the main content for the site. This content changes each time a new page is loaded.

Yes

4.0

{{{{ errors }}}}

Displays any errors to the end user. This is usually placed above {{{{ content }}}}.

Yes

4.0

{{{{ share }}}}

Current user actions.

No

4.x

{{{{ menu }}}}

Loads the site menu.

Yes

4.x

{{{{ sticky_bar }}}}

Loads the notification panel for when a user is logged in.

Yes

4.0

{{{{ sticky_bar_sm }}}}

Loads the notification panel for when a user is logged in. (Small screen)

No

4.x

{{{{ sticky_bar_xs }}}}

Loads the notification panel for when a user is logged in. (Extra small screen)

No

4.x

{{{{ nav }}}}

Combines from {{{{ share }}}}, {{{{ menu }}}} and {{{{ sticky_bar }}}}.

No

4.x

{{{{ notify }}}}

This component same as {{{{ sticky_bar }}}}.

No

4.x

{{{{ location_x }}}}

Loads all blocks belong to location x (x from 1 to 12).

Yes

4.x

{{{{ breadcrumb }}}}

Loads the sites breadcrumb, which include section titles and <h1></h1> tags for when viewing an item.

Yes

4.0

{{{{ main_top }}}}

Some sections support internal searching of that section. This loads the main search routine for these sections.

Yes

4.0

{{{{ logo }}}}

Loads the sites logo and allows Admins to change it directly from the AdminCP.

Yes

4.0

{{{{ breadcrumb_menu }}}}

Actions menu

Yes

4.x

{{{{ site_logo }}}}

Site name

No

4.x

{{{{ site_link }}}}

Print url of site

No

4.x

{{{{ menu_sub }}}}

Loads the sub menu (below main menu)

Yes

4.x

{{{{ search }}}}

Loads search field.

No

4.x

{{{{ footer }}}}

Loads the site footer.

No

4.x

{{{{ copyright }}}}

Loads the copyright of site.

No

4.x

{{{{ top }}}}

Loads location 7 and 11.

No

4.x

{{{{ main_top }}}}

Loads location 7 with search field above.

No

4.x

{{{{ left }}}}

Loads location 1 and 9.

No

4.x

{{{{ right }}}}

Loads location 3 and 10.

No

4.x

{{{{ h1 }}}}

Loads current page header.

No

4.x

{{{{ menu_nav }}}}

Loads current page header.

No

4.x

{{{{ main_class }}}}

Loads classes of #main element.

No

4.x

...