'user_relationships')); } // List of actions that can be taken between the current and viewed user if ($actions) { $output[] = theme('item_list', $actions, t('Relationship actions'), 'ul', array('class' => 'user_relationships_actions')); } print implode('', $output); ?>