From 169b42166d46fde6e07cee2d45f5195857b539dd Mon Sep 17 00:00:00 2001 From: Vitaliy Bezsheiko Date: Tue, 19 Mar 2019 19:30:53 +0200 Subject: [PATCH] Specify the exact ID for authors bio modals #18 --- templates/frontend/objects/article_details.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/frontend/objects/article_details.tpl b/templates/frontend/objects/article_details.tpl index 85480ab..9e78761 100644 --- a/templates/frontend/objects/article_details.tpl +++ b/templates/frontend/objects/article_details.tpl @@ -99,7 +99,7 @@ {/if}
- {foreach from=$article->getAuthors() item=author} + {foreach from=$article->getAuthors() item=author key=number}
{if $author->getLocalizedAffiliation() || $author->getLocalizedBiography()} {$author->getFullName()|escape} @@ -110,11 +110,11 @@ {/if} {if $author->getLocalizedBiography()}
- + {translate key="plugins.themes.classic.biography"} {* author's biography *} -