{** * information.tpl * * Copyright (c) 2003-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Journal information page. * * $Id: information.tpl,v 1.6 2008/06/11 18:55:19 asmecher Exp $ *} {if ($currentJournal && ($currentJournal->getPublicationType() != "jnl") && ($currentJournal->getPublicationType() != "col"))} {assign var="displayPageHeaderLogo" value=0} {assign var="displayPageHeaderTitle" value=0} {assign var="alternatePageHeader" value=""} {/if} {assign var="pageTitle" value="about.aboutTheJournal"} {include file="common/header.tpl"} {foreach key=key from=$currentJournal->getLocalizedSetting('customAboutItems') item=customAboutItem name=customAboutItems} {if !empty($customAboutItem.title)}

{$customAboutItem.title|escape}

{$customAboutItem.content|nl2br}

{if !$smarty.foreach.customAboutItems.last}
 
{/if} {/if} {/foreach} {include file="common/footer.tpl"}