Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 651 Bytes

File metadata and controls

44 lines (23 loc) · 651 Bytes

Helpers

The following helpers are made available by the CMS module:

Loading the helper

use Nails\Factory;
Factory::helper('cms', 'nails/module-cms');

cmsBlock($sSlug)

@todo - write up this helper

cmsSlider($sIdSlug)

@todo - write up this helper

cmsMenu($mIdSlug)

@todo - write up this helper

cmsMenuNested($mIdSlug)

@todo - write up this helper

cmsPage($mIdSlug)

@todo - write up this helper

cmsArea($mIdSlug)

@todo - write up this helper

cmsAreaWithData($aData)

@todo - write up this helper

cmsWidget($sSlug, $aData = array())

@todo - write up this helper