mixed function global_content_block(string $code, boolean $return_content=false)
$code
string
specifies the content block code.
Block code can contain only latin characters, numbers and signs _, -, /, :, and .
$return_content
boolean
indicates that the function should return the block content instead of outputting it to the browser.
{return}
mixed
returns the block content if $return_content parameter value is TRUE.
Inserts global WYSIWYG content block into a page, layout or partial.
You can manage global content blocks on the CMS/Content page. Please read the
Global content blocks article for usage details.