Reference > Layout Parameters

List of array members of first layout method argument follows. These parameters hold preformatted data (often arrays or strings) applicable to current rendering process, and are accessible by $params['paramName'] in layout method, if the layout method is defined in following way:

protected function createAnyTag($params, $subParams = false) {
  // method code
return $s; // string
}
If applicable, holds ID of detaily-viewed article activeArticle
Holds ID of active section activeNode
Array containing all sections within active section's path activeNodesArr
If applicable, holds record of detailly viewed article. articleArr
Holds base URL for site content assetsPath
Holds base URL for Cloudia assets base assetsPathMaster
Base URL for current site baseUrlPrefix