{**
* templates/index/category.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.
*
* List of journals in a category.
*
*}
{strip}
{assign var="pageTitleTranslated" value=$category->getLocalizedName()}
{include file="common/header.tpl"}
{/strip}
{foreach from=$journals item=journal}
{assign var="displayHomePageImage" value=$journal->getLocalizedSetting('homepageImage')}
{assign var="displayHomePageLogo" value=$journal->getLocalizedPageHeaderLogo(true)}
{assign var="displayPageHeaderLogo" value=$journal->getLocalizedPageHeaderLogo()}
{$journal->getLocalizedDescription()|nl2br}
{/if}{translate key="site.journalView"} | {translate key="site.journalCurrent"} | {translate key="site.journalRegister"}
{/foreach} {include file="common/footer.tpl"}