diff --git a/templates/article/article.tpl b/templates/article/article.tpl index 2b19d52..87c8441 100644 --- a/templates/article/article.tpl +++ b/templates/article/article.tpl @@ -82,7 +82,17 @@ {/if} + {if $article->getLocalizedSubject()} +
+

{translate key="article.subject"}

+
+
{$article->getLocalizedSubject()|strip_unsafe_html|nl2br}
+
+
+ {/if} + {if $citationFactory->getCount()} +

{translate key="submission.citations"}


@@ -91,6 +101,7 @@ {/iterate}

+
{/if} {if (!$subscriptionRequired || $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || $subscribedUser || $subscribedDomain)}