From: Cyperghost Date: Wed, 23 Oct 2024 08:27:32 +0000 (+0200) Subject: Use `shared_imageViewer` instead of `imageViewer` template X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0946d2266930bc5a2402c4252ffd084946273747;p=GitHub%2FWoltLab%2FWCF.git Use `shared_imageViewer` instead of `imageViewer` template --- diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 5ee0ce5cf9..506a7b5115 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -179,5 +179,5 @@ window.addEventListener('pageshow', function(event) { }); -{include file='imageViewer'} +{include file='shared_imageViewer'} {include file='headIncludeJsonLd'}