Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Add icon to be used for Catalog link
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Sep 12, 2024
1 parent 6f46202 commit b9a8e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/template/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function setupBackendPage()
'name' => __('navigation.catalog'),
'url' => $router->url($request, null, 'manageCatalog'),
'isCurrent' => $request->getRequestedPage() === 'manageCatalog',
'icon' => 'Catalog'
];

$index = array_search('submissions', array_keys($menu));
Expand Down

0 comments on commit b9a8e45

Please sign in to comment.