'.__('This ready made style can be used for following locations: ', 'essb').'
';
$applyon = explode(',', $data['applyon']);
$is_first = true;
foreach ($applyon as $position) {
//if (!$is_first) echo ', ';
echo '';
echo isset($ready_positions[$position]) ? $ready_positions[$position] : $position;
$is_first = false;
echo '';
}
echo '
'.__('Recommended for usage at: ', 'essb').'
';
foreach ($bestfor as $position) {
//if (!$is_first) echo ', ';
echo '';
echo isset($ready_positions[$position]) ? $ready_positions[$position] : $position;
$is_first = false;
echo '';
}
echo '
'.__('This style also includes preconfigured: ', 'essb').'
';
if ($data['networks']) {
echo '';
echo __('Networks', 'essb');
echo '';
}
if ($data['template']) {
echo '';
echo __('Template', 'essb');
echo '';
}
echo '