De-PINES-ify master and fix a spacing issue in the footer.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 22 Mar 2019 16:46:10 +0000 (12:46 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 22 Mar 2019 16:46:10 +0000 (12:46 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
config/production.config.php
views/page.view.php

index f332fcb..6280050 100644 (file)
@@ -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
index 0153385..09d9e0e 100644 (file)
@@ -95,7 +95,7 @@ class pageView {
        <br>  
        <?php 
                echo '&#64; 2015-',date('Y');
-               echo 'Georgia Public Library Service, a Unit of the University System of Georgia.<br>', QR_PAGE_FOOTER_TEXT;
+               echo ' Georgia Public Library Service, a Unit of the University System of Georgia.<br>', QR_PAGE_FOOTER_TEXT;
        ?>              
        <br><br>
        </div>