{** * index.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Journal index page. * * $Id$ *} {strip} {assign var="pageTitleTranslated" value=$siteTitle} {include file="common/header.tpl"} {/strip}
{$journalDescription}
{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} {* 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"}