string, // Title of link * 'url' => string, // URL for the link * 'url_js' => string, // JS to pass to the link * 'url_class' => string, // Class to pass to the link * 'class' => string // Class of the li element. * 'selected' => bool // if this link is currently selected * ) */ $type = elgg_get_array_value('type', $vars, 'horizontal'); if ($type == 'horizontal') { $type_class = "elgg-horizontal-tabbed-nav mtm"; } else { $type_class = "elgg_vertical_tabbed_nav"; } if (isset($vars['tabs']) && is_array($vars['tabs']) && !empty($vars['tabs'])) { ?>