{** * templates/article/footer.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article View -- Footer component. *} {if $sharingEnabled} {if isset($sharingDropDownMenu)} {if isset($sharingUserName)} {/if}

Bookmark and Share
{else} Bookmark and Share {/if} {/if} {if $currentJournal} {if $currentJournal->getSetting('includeCopyrightStatement')}

{translate key="submission.copyrightStatement" copyrightYear=$article->getCopyrightYear()|escape copyrightHolder=$article->getLocalizedCopyrightHolder()|escape} {/if} {if $currentJournal->getSetting('includeLicense') && $ccLicenseBadge}

{$ccLicenseBadge} {/if} {/if} {call_hook name="Templates::Article::Footer::PageFooter"} {if $pageFooter}

{$pageFooter} {/if} {if $defineTermsContextId} {/if} {get_debug_info} {if $enableDebugStats}{include file=$pqpTemplate}{/if}