{** * lib/pkp/templates/frontend/components/header.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Common frontend site header. * * @uses $isFullWidth bool Should this page be displayed without sidebars? This * represents a page-level override, and doesn't indicate whether or not * sidebars have been configured for thesite. *} {strip} {* Determine whether a logo or title string is being displayed *} {assign var="showingLogo" value=true} {if $displayPageHeaderTitle && !$displayPageHeaderLogo && is_string($displayPageHeaderTitle)} {assign var="showingLogo" value=false} {/if} {/strip} {if !$pageTitleTranslated}{capture assign="pageTitleTranslated"}{translate key=$pageTitle}{/capture}{/if} {include file="frontend/components/headerHead.tpl"}