Home
last modified time | relevance | path

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

/webtrees/resources/views/lists/
H A Drepositories-table.phtml24 $count_sources = DB::table('sources') variable
42 ['visible' => array_sum($count_sources) > 0],
69 <td class="text-center" data-sort="<?= $count_sources[$repository->xref()] ?? 0 ?>">
70 <?= I18N::number($count_sources[$repository->xref()] ?? 0) ?>
H A Dmedia-table.phtml48 $count_sources = DB::table('sources') variable
69 ['visible' => array_sum($count_sources) > 0],
116 … <td class="text-center" data-sort="<?= $count_sources[$media_object->xref()] ?? 0 ?>">
117 <?= I18N::number($count_sources[$media_object->xref()] ?? 0) ?>
H A Dnotes-table.phtml60 $count_sources = DB::table('sources') variable
81 ['visible' => array_sum($count_sources) > 0],
126 <td class="text-center" data-sort="<?= $count_sources[$note->xref()] ?? 0 ?>">
127 <?= I18N::number($count_sources[$note->xref()] ?? 0) ?>
/webtrees/app/Module/
H A DSiteMapModule.php231 $count_sources = DB::table('sources')
256 'count_sources' => $count_sources,
/webtrees/resources/views/modules/sitemap/
H A Dsitemap-index-xml.phtml97 <?php foreach ($count_sources as $tree_name => $count) : ?>