Home
last modified time | relevance | path

Searched defs:quick_facts (Results 1 – 1 of 1) sorted by relevance

/webtrees/resources/views/
H A Dfact-add-new.phtml25 … $quick_facts = array_filter(explode(',', $record->tree()->getPreference('INDI_FACTS_QUICK'))); variable
64 … $quick_facts = array_filter(explode(',', $record->tree()->getPreference('FAM_FACTS_QUICK'))); variable
74 $quick_facts = []; variable
82 $quick_facts = array_filter($quick_facts, $filter_fn); variable
88 $quick_facts = array_combine($quick_facts, array_map($label_fn, $quick_facts)); variable