{** * site.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * This template is for the site index, which is displayed when neither * a conference nor an scheduled conference are specified. * * $Id: site.tpl,v 1.10 2008/04/04 17:06:53 asmecher Exp $ *} {if $siteTitle} {assign var="pageTitleTranslated" value=$siteTitle} {/if} {include file="common/header.tpl"}
{if $intro}

{$intro|nl2br}

{/if} {iterate from=conferences item=conference}

{$conference->getConferenceTitle()|escape}

{if $conference->getLocalizedSetting('description') != ''}

{$conference->getLocalizedSetting('description')|nl2br}

{/if}

{translate key="site.conferenceView"}

{/iterate} {include file="common/footer.tpl"}