Skip to content

Commit

Permalink
Merge pull request #665 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 e6a5124 + d47ea4a commit 28505bf
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 @@ -29,6 +29,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 $currentServer->getLocalizedData('editorialTeam')}
<li>
<a href="{url router=PKPApplication::ROUTE_PAGE page="about" op="editorialTeam"}">
Expand Down

0 comments on commit 28505bf

Please sign in to comment.