Home
last modified time | relevance | path

Searched refs:individualBoxEmpty (Results 1 – 5 of 5) sorted by relevance

/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Theme/
H A DThemeInterface.php165 public function individualBoxEmpty(); function
H A DAbstractTheme.php825 public function individualBoxEmpty() function in Fisharebest\\Webtrees\\Theme\\AbstractTheme
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Controller/
H A DFamilyBookController.php359 …echo $this->showFull() ? Theme::theme()->individualBoxEmpty() : Theme::theme()->individualBoxSmall…
H A DHourglassController.php188 …return $this->showFull() ? Theme::theme()->individualBoxEmpty() : Theme::theme()->individualBoxSma…
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsPrint.php66 echo Theme::theme()->individualBoxEmpty();