t('Me'), 20 => t('Family'), 40 => t('Friends'), 60 => t('Peers'), 80 => t('Connections'), 99 => t('All') ); Hook::call('affinity_labels', $labels); $tpl = Theme::get_template('main_slider.tpl'); $x = replace_macros($tpl, [ '$cmin' => $cmin, '$cmax' => $cmax, '$lbl' => t('Friend zoom in/out'), '$refresh' => t('Refresh'), '$labels' => $labels, ]); $arr = array('html' => $x); Hook::call('main_slider', $arr); return $arr['html']; } return ''; } }