From d3b0cd888f4fa05ce37976db2f171d9664e85960 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 22 Mar 2019 13:04:01 -0400 Subject: [PATCH] add PINES customizations Signed-off-by: Chris Sharp --- config/production.config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/production.config.php b/config/production.config.php index be66c2e..37cb6db 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 Evergreen Quick Reports Tool'); -define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool.'); +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_PAGE_FOOTER_TEXT', ''); //executive reports @@ -20,9 +20,9 @@ define ('QR_EXECUTIVE_REPORTS_ENABLED', true); define ('QR_EXECUTIVE_REPORTS_START_YEAR', '2016'); define ('QR_EXECUTIVE_REPORTS_ADDITIONAL_ALLOWED_PERMISSIONS', '141,143'); define ('QR_EXECUTIVE_REPORTS_DESCRIPTION_URL', ''); -define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'Evergreen Executive Reports'); -define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'Evergreen Executive Reports'); -define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', 'Evergreen'); +define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'PINES Executive Reports'); +define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'PINES Executive Reports'); +define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', 'PINES'); define ('QR_EXECUTIVE_REPORTS_ZERO_VALUE', '---'); define ('QR_EXECUTIVE_REPORTS_TOTAL_KEY', '__total__'); define ('QR_EXECUTIVE_REPORTS_SUBREPORT_PADDING', '     '); -- 2.11.0