$iconCls = 'sprite-blue-document-text';
} // Build the structure
$node =
[ 'id' =>
$idPrefix .
$site->
getId(),
'active' =>
$site->
getActive(),
'text' =>
$site->
getDescription() . '(' .
$site->
getId() . ')',
'helperId' =>
$site->
getId(),
'iconCls' =>
$iconCls,
'tpl1variable' =>
$site->
getTpl1Variable(),
'tpl1path' =>
$site->
getTpl1Path(),
'tpl2variable' =>
$site->
getTpl2Variable(),
'tpl2path' =>
$site->
getTpl2Path(),
'tpl3variable' =>
$site->
getTpl3Variable(),
'tpl3path' =>
$site->
getTpl3Path(),
'description' =>
$site->
getDescription(),
'pageTitle' =>
$site->
getPageTitle(),
'metaKeywords' =>
$site->
getMetaKeywords(),
'metaDescription' =>
$site->
getMetaDescription(),
'html' =>
$site->
getHtml(),
'grouping' =>
$site->
getGrouping(),
'position' =>
$site->
getPosition(),