Skip to content

Commit

Permalink
pkp/pkp-lib#2291: Use the localized page title for the site, not the …
Browse files Browse the repository at this point in the history
…page header
  • Loading branch information
ctgraham committed Jan 24, 2018
1 parent a467bd0 commit 09dfd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index/IndexHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function index($args, $request) {
$request->redirect($journal->getPath());
}

$templateMgr->assign('pageTitleTranslated', $site->getLocalizedPageHeaderTitle());
$templateMgr->assign('pageTitleTranslated', $site->getLocalizedTitle());
$templateMgr->assign('about', $site->getLocalizedAbout());
$templateMgr->assign('journalFilesPath', $request->getBaseUrl() . '/' . Config::getVar('files', 'public_files_dir') . '/journals/');

Expand Down

0 comments on commit 09dfd31

Please sign in to comment.