Skip to content

Commit

Permalink
Merge pull request pkp#4234 from bozana/9860
Browse files Browse the repository at this point in the history
pkp/pkp-lib#9860 Public masthead page
  • Loading branch information
bozana committed Apr 29, 2024
2 parents 8f9c8de + ae60bb8 commit aa3da59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions registry/navigationMenus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<navigationMenuItem title="navigation.about" type="NMI_TYPE_ABOUT">
<navigationMenuItem title="about.aboutContext" type="NMI_TYPE_ABOUT" />
<navigationMenuItem title="about.submissions" type="NMI_TYPE_SUBMISSIONS" />
<navigationMenuItem title="common.editorialMasthead" type="NMI_TYPE_MASTHEAD" />
<navigationMenuItem title="about.editorialTeam" type="NMI_TYPE_EDITORIAL_TEAM" />
<navigationMenuItem title="manager.setup.privacyStatement" type="NMI_TYPE_PRIVACY" />
<navigationMenuItem title="about.contact" type="NMI_TYPE_CONTACT" />
Expand Down
5 changes: 5 additions & 0 deletions templates/frontend/components/primaryNavMenu.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
{translate key="about.aboutContext"}
</a>
</li>
<li>
<a href="{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="about" op="editorialMasthead"}">
{translate key="common.editorialMasthead"}
</a>
</li>
{if $currentJournal->getLocalizedData('editorialTeam')}
<li>
<a href="{url router=\PKP\core\PKPApplication::ROUTE_PAGE page="about" op="editorialTeam"}">
Expand Down

0 comments on commit aa3da59

Please sign in to comment.