| if ($contact['view'] === 'alpha'): ?> = $this->render_partial('contact/header-alpha') ?> elseif ($contact['view'] === 'gruppen'): ?> = $this->render_partial('contact/header-groups') ?> endif; ?> if ($edit_id): ?> PrintEditContact($edit_id); ?> else: ?> PrintAllContact($filter === 'all' ? '' : $filter); ?> if ($size_of_book): ?> = $this->render_partial('contact/legend') ?> endif; ?> endif; ?> |