This updates the link to the accounts page on the mobile header template, which was missed when we launched Alma originally.
Helpful background context (if appropriate)
This theme uses header.php to build both the head element of every page load, as well as to build the top elements of the body element (The body tag itself, a skip link, the opening of div.wrap-page, and the header element.
That header tag loads a number of other partials, including inc/nav-main for the full width navigation, but also a separate partial for mobile navigation, inc/nav-smalldisplays.
How can a reviewer manually see the effects of these changes?
This change has been deployed to the staging site.
What does this PR do?
This updates the link to the accounts page on the mobile header template, which was missed when we launched Alma originally.
Helpful background context (if appropriate)
This theme uses
header.php
to build both thehead
element of every page load, as well as to build the top elements of thebody
element (The body tag itself, a skip link, the opening ofdiv.wrap-page
, and theheader
element.That header tag loads a number of other partials, including
inc/nav-main
for the full width navigation, but also a separate partial for mobile navigation,inc/nav-smalldisplays
.How can a reviewer manually see the effects of these changes?
This change has been deployed to the staging site.
What are the relevant tickets?
Todo:
Requires new or updated plugins, themes, or libraries?
NO
Requires change to deploy process?
NO