diff --git a/pages/index/IndexHandler.inc.php b/pages/index/IndexHandler.inc.php index 897717eb372..5e16426b389 100644 --- a/pages/index/IndexHandler.inc.php +++ b/pages/index/IndexHandler.inc.php @@ -81,6 +81,7 @@ function index($args, $request) { $request->redirect($journal->getPath()); } + $templateMgr->assign('pageTitleTranslated', $site->getLocalizedPageHeaderTitle()); $templateMgr->assign('about', $site->getLocalizedAbout()); $templateMgr->assign('journalFilesPath', $request->getBaseUrl() . '/' . Config::getVar('files', 'public_files_dir') . '/journals/');