diff --git a/templates/frontend/objects/article_details.tpl b/templates/frontend/objects/article_details.tpl index 5d1edf3..80cb829 100644 --- a/templates/frontend/objects/article_details.tpl +++ b/templates/frontend/objects/article_details.tpl @@ -291,46 +291,6 @@ {/if} - {* How to cite *} - {if $citation} -
-

- {translate key="submission.howToCite"} -

-
- {$citation} -
- -
- {/if} - {* PubIds (other than DOI; requires plugins) *} {foreach from=$pubIdPlugins item=pubIdPlugin} {if $pubIdPlugin->getPubIdType() == 'doi'} diff --git a/templates/plugins/generic/citationStyleLanguage/citationblock.tpl b/templates/plugins/generic/citationStyleLanguage/citationblock.tpl new file mode 100644 index 0000000..57291fb --- /dev/null +++ b/templates/plugins/generic/citationStyleLanguage/citationblock.tpl @@ -0,0 +1,38 @@ +{if $citation} +
+

+ {translate key="submission.howToCite"} +

+
+ {$citation} +
+ +
+{/if} \ No newline at end of file