diff --git a/src/Views/main_template.php b/src/Views/main_template.php index a95cd13da9fd965cd4d01b3065e54d0510029e0f..d00971f7476f46a6bbc9dbf50ceb7f31fc60850d 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');