diff options
Diffstat (limited to 'resources/views/modules/gedcom_stats')
| -rw-r--r-- | resources/views/modules/gedcom_stats/config.phtml | 6 | ||||
| -rw-r--r-- | resources/views/modules/gedcom_stats/statistics.phtml | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/resources/views/modules/gedcom_stats/config.phtml b/resources/views/modules/gedcom_stats/config.phtml index 8fb07f44fc..5506a42d4a 100644 --- a/resources/views/modules/gedcom_stats/config.phtml +++ b/resources/views/modules/gedcom_stats/config.phtml @@ -1,4 +1,8 @@ -<?php use Fisharebest\Webtrees\I18N; ?> +<?php + +use Fisharebest\Webtrees\I18N; + +?> <fieldset class="form-group"> <div class="row"> diff --git a/resources/views/modules/gedcom_stats/statistics.phtml b/resources/views/modules/gedcom_stats/statistics.phtml index 15d2a69574..6972d2ae01 100644 --- a/resources/views/modules/gedcom_stats/statistics.phtml +++ b/resources/views/modules/gedcom_stats/statistics.phtml @@ -1,4 +1,8 @@ -<?php use Fisharebest\Webtrees\I18N; ?> +<?php + +use Fisharebest\Webtrees\I18N; + +?> <?php if ($show_last_update) : ?> <p class="card-text"> |
