From 6306d84c6df102219833d39cfda160f7998d9e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 3 Oct 2019 20:50:40 -0400 Subject: [PATCH] Convert user ID to user display name for blog views --- web/themes/custom/geofresco/geofresco.theme | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/themes/custom/geofresco/geofresco.theme diff --git a/web/themes/custom/geofresco/geofresco.theme b/web/themes/custom/geofresco/geofresco.theme new file mode 100644 index 0000000..e6b72fe --- /dev/null +++ b/web/themes/custom/geofresco/geofresco.theme @@ -0,0 +1,18 @@ + t("@username's blog", + ['@username' => $account->getDisplayName()]) + ]; + } + } +}