{** * templates/frontend/components/footer.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 site frontend footer. * * @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. *} {* Sidebars *} {if empty($isFullWidth)} {capture assign="sidebarCode"}{call_hook name="Templates::Common::Sidebar"}{/capture} {if $sidebarCode}
{/if} {/if} {load_script context="frontend"} {call_hook name="Templates::Common::Footer::PageFooter"}