From 10fc830f61cc660a30a8b6a231fbffc357e7adb7 Mon Sep 17 00:00:00 2001 From: Michael Erdely Date: Sun, 27 Oct 2024 19:14:08 -0400 Subject: [PATCH] update app_name and use it in the footer --- src/includes/config.php | 2 +- src/templates/footer.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/config.php b/src/includes/config.php index 1c490dd..906ca18 100644 --- a/src/includes/config.php +++ b/src/includes/config.php @@ -78,7 +78,7 @@ function getGlobalOptions() { "email_xmailer" => "PHP/" . phpversion(), /* Application name. */ - "app_name" => "Gift Registry", + "app_name" => "Gift Wishlist", /* Whether or not to show brief blurbs in certain spots which describe how features work. diff --git a/src/templates/footer.tpl b/src/templates/footer.tpl index 5025468..5b3e424 100644 --- a/src/templates/footer.tpl +++ b/src/templates/footer.tpl @@ -1,4 +1,4 @@