This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

global_content_block function

Defined in /modules/cms/init/custom_helpers.php, lines 177-180
Author LemonStand eCommerce Inc.
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.