{** * templates/frontend/pages/indexSite.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Site index. * *} {include file="frontend/components/header.tpl"}
{if $about}
{$about|nl2br}
{/if}

{translate key="journal.journals"}

{if !count($journals)} {translate key="site.noJournals"} {else} {if $journals->getPageCount() > 0}
{page_info iterator=$journals} {page_links anchor="journals" name="journals" iterator=$journals}
{/if} {/if}
{include file="frontend/components/footer.tpl"}