{** * lib/pkp/templates/layouts/backend.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Common site header. *} {title|strip_tags value=$pageTitle} {load_header context="backend"} {load_stylesheet context="backend"} {load_script context="backend"}
{* Swap the navigation menu for a back-to-dashboard link when only one item exists *}
{block name="menu"} {/block}
{block name="breadcrumbs"} {if $breadcrumbs} {/if} {/block} {block name="page"}{/block}
{{ notification.message }}
{include file="common/loadingContainer.tpl"}