summaryrefslogtreecommitdiff
path: root/resources/views/layouts/ajax.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-11-11 16:09:17 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-11-11 17:33:18 +0000
commit65cf57062fc712114f930335533210fd95170cea (patch)
tree484df8b0d92c7b01fbc3b23a4375758548c8b455 /resources/views/layouts/ajax.phtml
parent150f35ad305455c4048b1a46fd58875614272023 (diff)
downloadwebtrees-65cf57062fc712114f930335533210fd95170cea.tar.gz
webtrees-65cf57062fc712114f930335533210fd95170cea.tar.bz2
webtrees-65cf57062fc712114f930335533210fd95170cea.zip
Simplify access to current locale
Diffstat (limited to 'resources/views/layouts/ajax.phtml')
-rw-r--r--resources/views/layouts/ajax.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/views/layouts/ajax.phtml b/resources/views/layouts/ajax.phtml
index 34ec603fd3..d7b34d6b1a 100644
--- a/resources/views/layouts/ajax.phtml
+++ b/resources/views/layouts/ajax.phtml
@@ -1,4 +1,8 @@
-<?php use Fisharebest\Webtrees\View; ?>
+<?php
+
+use Fisharebest\Webtrees\View;
+
+?>
<?= $content ?>