{** * templates/index/journal.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. * * Journal index page. * *} {strip} {assign var="pageTitleTranslated" value=$siteTitle} {include file="common/header.tpl"} {/strip} {if $journalDescription}
{$journalDescription}
{/if} {call_hook name="Templates::Index::journal"} {if $homepageImage}
{/if} {if $additionalHomeContent}
{$additionalHomeContent}
{/if} {if $enableAnnouncementsHomepage} {* Display announcements *}

{translate key="announcement.announcementsHome"}

{include file="announcement/list.tpl"}
{translate key="announcement.moreAnnouncements"}
{/if} {if $issue && $currentJournal->getSetting('publishingMode') != $smarty.const.PUBLISHING_MODE_NONE} {* Display the table of contents or cover page of the current issue. *}

{$issue->getIssueIdentification()|strip_unsafe_html|nl2br}

{include file="issue/view.tpl"} {/if} {include file="common/footer.tpl"}