{** * templates/frontend/components/headerHead.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Common site header tag and contents. *} {$pageTitleTranslated|strip_tags} {* Add the journal name to the end of page titles *} {if $requestedPage|escape|default:"index" != 'index' && $currentContext && $currentContext->getLocalizedName()} | {$currentContext->getLocalizedName()} {/if} {load_header context="frontend"} {load_stylesheet context="frontend"}