
- ';
foreach($module->list as $v) {
if($v->checked) {
$txt .= '
- ' . $v->linkName. ''; } elseif($v->selected) { $txt .= '
- ' . $v->linkName. ''; } else { $txt .= '
- ' . $v->linkName. '';
}
if (!empty ( $v->subsites )) {
$txt .= '
- ';
foreach ( $v->subsites as $k1 => $v1 ) {
if($v1->checked) {
$txt .= '
- ' . $v1->linkName. ''; } elseif($v1->selected) { $txt .= '
- ' . $v1->linkName. ''; } else { $txt .= '
- ' . $v1->linkName. '';
}
if (!empty ( $v1->subsites )) {
$txt .= '
- ';
foreach ( $v1->subsites as $k2 => $v2 ) {
if($v2->checked) {
$txt .= '
- ' . $v2->linkName. ''; } elseif($v2->selected) { $txt .= '
- ' . $v2->linkName. ''; } else { $txt .= '
- ' . $v2->linkName. ''; } $txt .= ' '; } $txt .= '
';
}
$txt .= '
';
}
$txt .= '













