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 = (isset($vars['type'])) ? $vars['type'] : 'horizontal'; if ($type == 'horizontal') { $type_class = "elgg-horizontal-tabbed-nav margin-top"; } else { $type_class = "elgg_vertical_tabbed_nav"; } if (isset($vars['tabs']) && is_array($vars['tabs']) && !empty($vars['tabs'])) { ?>