{** * templates/header/usernav.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. * * Site-Wide Navigation Bar *} {capture assign="homeUrl"} {if $currentContext} {url page="index" router=$smarty.const.ROUTE_PAGE} {elseif $multipleContexts} {url context="index" router=$smarty.const.ROUTE_PAGE} {/if} {/capture} {if $isUserLoggedIn} {/if}