global_content tag

   Purpose

Inserts a global content block into your template or page.

   How to use?

Insert the tag into your template/page, where name is the name given to the block when it was created.

{global_content name='myblockname'}

   Available parameters

  • name (required) - The name of the global content block to display.
  • assign - The name of a smarty variable that the global content block should be assigned to.