Home
last modified time | relevance | path

Searched refs:contactLinkGenealogy (Results 1 – 2 of 2) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Module/
H A DContactsFooterModule.php107 …'contact_links' => $this->contactLinkGenealogy($contact_user, $request) . '<br>' . $this->contactL…
113 'contact_links' => $this->contactLinkGenealogy($contact_user, $request),
147 public function contactLinkGenealogy(User $user, ServerRequestInterface $request): string function in Fisharebest\\Webtrees\\Module\\ContactsFooterModule
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Theme/
H A DAbstractTheme.php308 protected function contactLinkGenealogy(User $user) function in Fisharebest\\Webtrees\\Theme\\AbstractTheme
338 …return $this->contactLinkGenealogy($contact_user) . '<br>' . $this->contactLinkTechnical($webmaste…
340 return $this->contactLinkGenealogy($contact_user);