Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
$publishedArticles =& $publishedArticleDao->getPublishedArticlesInSections($issue->getId(), true);
$templateMgr->assign_by_ref('publishedArticles', $publishedArticles);{foreach from=$publishedArticles item=article}
{assign var=articlePath value=$article->getBestArticleId($currentJournal)}
{foreach from=$article->getGalleys() item=galley name=galleyList}
<a href="{url page="article" op="view" path=$articlePath|to_array:$galley->getBestGalleyId($currentJournal)}" class="file">{$galley->getGalleyLabel()|escape}</a>
{/foreach}
{/foreach}Users browsing this forum: No registered users and 3 guests