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/statistics-chart | |
| parent | ffa287a19fafea25bbc582320a3dfed9051b21ab (diff) | |
| download | webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.gz webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.tar.bz2 webtrees-7c2c99fad7cacd17c98be88238ff735d82c6351b.zip | |
CodeStyle
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 7 | ||||
| -rw-r--r-- | resources/views/modules/statistics-chart/page.phtml | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index 428f511ee6..7ebbf5a483 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -2,8 +2,15 @@ use Fisharebest\Webtrees\Http\RequestHandlers\AutoCompleteSurname; use Fisharebest\Webtrees\I18N; +use Fisharebest\Webtrees\Module\StatisticsChartModule; +use Fisharebest\Webtrees\Tree; use Fisharebest\Webtrees\View; +/** + * @var StatisticsChartModule $module + * @var Tree $tree + */ + ?> <div class="container pt-3"> diff --git a/resources/views/modules/statistics-chart/page.phtml b/resources/views/modules/statistics-chart/page.phtml index 6c7c665920..4f9caf53cf 100644 --- a/resources/views/modules/statistics-chart/page.phtml +++ b/resources/views/modules/statistics-chart/page.phtml @@ -4,6 +4,11 @@ declare(strict_types=1); use Fisharebest\Webtrees\View; +/** + * @var array<string,string> $tabs + * @var string $title + */ + ?> <h2 class="wt-page-title"> |
