diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-09 13:05:04 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-10 13:40:07 +0000 |
| commit | 7c2c99fad7cacd17c98be88238ff735d82c6351b (patch) | |
| tree | 9a74e5aa59b34f9b0ab7d26d932c9c47f723d950 /resources/views/modules/source-list | |
| parent | ffa287a19fafea25bbc582320a3dfed9051b21ab (diff) | |
| download | webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.gz webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.bz2 webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.zip | |
CodeStyle
Diffstat (limited to 'resources/views/modules/source-list')
| -rw-r--r-- | resources/views/modules/source-list/page.phtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/modules/source-list/page.phtml b/resources/views/modules/source-list/page.phtml index 146fb1ef6e..70fa0d7113 100644 --- a/resources/views/modules/source-list/page.phtml +++ b/resources/views/modules/source-list/page.phtml @@ -1,3 +1,16 @@ +<?php + +use Fisharebest\Webtrees\Source; +use Fisharebest\Webtrees\Tree; +use Illuminate\Support\Collection; + +/** + * @var Collection<Source> $sources + * @var string $title + * @var Tree $tree + */ + +?> <h2 class="wt-page-title"> <?= $title ?> </h2> |
