From 950b4e54cd192f41a31d7edcf89778262dd3aecf Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 22 Mar 2019 12:46:10 -0400 Subject: [PATCH] De-PINES-ify master and fix a spacing issue in the footer. Signed-off-by: Chris Sharp --- config/production.config.php | 4 ++-- views/page.view.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/production.config.php b/config/production.config.php index f332fcb..6280050 100644 --- a/config/production.config.php +++ b/config/production.config.php @@ -11,8 +11,8 @@ define ('QR_REPORT_TRANSFORM_START_YEAR', '2006'); //page headings define ('QR_DEFAULT_LOGO_TEXT', 'Quick Reports'); define ('QR_DEFAULT_TITLE_TAG_TEXT', 'Quick Reports'); -define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool'); -define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool.'); +define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool'); +define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool.'); define ('QR_PAGE_FOOTER_TEXT', ''); //executive reports diff --git a/views/page.view.php b/views/page.view.php index 0153385..09d9e0e 100644 --- a/views/page.view.php +++ b/views/page.view.php @@ -95,7 +95,7 @@ class pageView {
', QR_PAGE_FOOTER_TEXT; + echo ' Georgia Public Library Service, a Unit of the University System of Georgia.
', QR_PAGE_FOOTER_TEXT; ?>

-- 2.43.2