string, // Title of link * 'url' => string, // URL for 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'])) { ?>