From 92fe1c88d6ea7ad40874788cc00c1508cb12839e Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <ericrasmussen1@gmail.com> Date: Wed, 25 May 2022 15:17:22 -0500 Subject: [PATCH] Update site affiliation --- src/Views/main_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/main_template.php b/src/Views/main_template.php index a95cd13d..d00971f7 100644 --- a/src/Views/main_template.php +++ b/src/Views/main_template.php @@ -21,7 +21,7 @@ $appControlURL = ''; # Document titles $page->doctitle = '<title>UNL Lockup Factory</title>'; $page->titlegraphic = '<a class="dcf-txt-h5" href="' . $baseURL . '">UNL Lockup Factory</a>'; -$page->affiliation = '<a href="http://ucomm.unl.edu">University Communication</a>'; +$page->affiliation = '<a href="https://ucomm.unl.edu">University Communication & Marketing</a>'; # css $page->addStyleSheet($baseURL . 'css/main.css?v=20220125'); -- GitLab