From 14b8ad9729da6d030e07756c5acec7628f91705d Mon Sep 17 00:00:00 2001 From: nongenti Date: Tue, 17 May 2022 10:15:39 +0200 Subject: [PATCH] Add citationStyleLanguagePlugin support --- templates/frontend/objects/chapter.tpl | 5 +++++ templates/frontend/objects/monograph_full.tpl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/templates/frontend/objects/chapter.tpl b/templates/frontend/objects/chapter.tpl index 3d702b7f1b8..c1d7cb3f397 100644 --- a/templates/frontend/objects/chapter.tpl +++ b/templates/frontend/objects/chapter.tpl @@ -243,6 +243,11 @@ {/if} + {* How to cite *} + {if $citation} + {include file="../plugins/generic/citationStyleLanguage/templates/citationblock.tpl"} + {/if} + {* Series *} {if $series}
diff --git a/templates/frontend/objects/monograph_full.tpl b/templates/frontend/objects/monograph_full.tpl index fa1b26cc26e..d101ab378dd 100644 --- a/templates/frontend/objects/monograph_full.tpl +++ b/templates/frontend/objects/monograph_full.tpl @@ -333,6 +333,11 @@
{/if} + {* How to cite *} + {if $citation} + {include file="../plugins/generic/citationStyleLanguage/templates/citationblock.tpl"} + {/if} + {* Series *} {if $series}