Skip to content

Commit

Permalink
Merge pull request #1552 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 authored Apr 29, 2024
2 parents c3b27d5 + e0b717a commit 4cd5c99
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 @@ -31,6 +31,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.masthead" 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 @@ -38,6 +38,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 $currentPress && $currentPress->getLocalizedSetting('editorialTeam') != ''}
<li>
<a href="{url router=PKPApplication::ROUTE_PAGE page="about" op="editorialTeam"}">
Expand Down

0 comments on commit 4cd5c99

Please sign in to comment.