summaryrefslogtreecommitdiff
path: root/resources/views/places-page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/places-page.phtml')
-rw-r--r--resources/views/places-page.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/places-page.phtml b/resources/views/places-page.phtml
index 95c6d4b8bf..647c96ec37 100644
--- a/resources/views/places-page.phtml
+++ b/resources/views/places-page.phtml
@@ -14,11 +14,11 @@
<?php foreach ($breadcrumbs as $item) : ?>
-
- <a href="<?= e($item->url()) ?>" dir="auto"><?= $item->getPlaceName() ?></a>
+ <a href="<?= e($item->url()) ?>" dir="auto"><?= $item->placeName() ?></a>
<?php endforeach ?>
<?php if ($current) : ?>
- - <?= $current->getPlaceName() ?>
+ - <?= $current->placeName() ?>
<?php endif ?>
</h5>
<?php if ($note) : ?>