Home
last modified time | relevance | path

Searched refs:count_notes (Results 1 – 3 of 3) sorted by relevance

/webtrees/resources/views/lists/
H A Dsources-table.phtml61 $count_notes = DB::table('other') variable
86 ['visible' => array_sum($count_notes) > 0],
149 <td class="text-center" data-sort="<?= $count_notes[$source->xref()] ?? 0 ?>">
150 <?= I18N::number($count_notes[$source->xref()] ?? 0) ?>
/webtrees/app/Module/
H A DSiteMapModule.php217 $count_notes = DB::table('other')
254 'count_notes' => $count_notes,
/webtrees/resources/views/modules/sitemap/
H A Dsitemap-index-xml.phtml71 <?php foreach ($count_notes as $tree_name => $count) : ?>