diff --git a/templates/frontend/objects/article_details.tpl b/templates/frontend/objects/article_details.tpl index b170cb23519..12e779f3510 100644 --- a/templates/frontend/objects/article_details.tpl +++ b/templates/frontend/objects/article_details.tpl @@ -118,7 +118,8 @@ {assign var="doiUrl" value=$pubIdPlugin->getResolvingURL($currentJournal->getId(), $pubId)|escape}
- {translate key="plugins.pubIds.doi.readerDisplayName"} + {capture assign=translatedDOI}{translate key="plugins.pubIds.doi.readerDisplayName"}{/capture} + {translate key="semicolon" label=$translatedDOI} @@ -133,7 +134,8 @@ {if !empty($keywords[$currentLocale])}
- {translate key="article.subject"} + {capture assign=translatedKeywords}{translate key="article.subject"}{/capture} + {translate key="semicolon" label=$translatedKeywords} {foreach from=$keywords item=keyword} @@ -318,21 +320,6 @@ {/if}
- {* Keywords *} - {* @todo keywords not yet implemented *} - - {* Article Subject *} - {if $article->getLocalizedSubject()} -
-

- {translate key="article.subject"} -

-
- {$article->getLocalizedSubject()|escape} -
-
- {/if} - {* PubIds (requires plugins) *} {foreach from=$pubIdPlugins item=pubIdPlugin} {if $pubIdPlugin->getPubIdType() == 'doi'}