From 2befc2d9ee425079de3e79cdaa7a494031fe6114 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sat, 5 Dec 2015 21:35:22 +0100 Subject: [PATCH] Fix mixed content warnings for Google Fonts API --- com.woltlab.wcf/templates/headInclude.tpl | 2 +- wcfsetup/install/files/acp/templates/header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com.woltlab.wcf/templates/headInclude.tpl b/com.woltlab.wcf/templates/headInclude.tpl index 9ab7955a6f..88da640b5c 100644 --- a/com.woltlab.wcf/templates/headInclude.tpl +++ b/com.woltlab.wcf/templates/headInclude.tpl @@ -7,7 +7,7 @@ {event name='metaTags'} - + {@$__wcf->getStyleHandler()->getStylesheet()} {event name='stylesheets'} diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index aa42fab752..c08350b98c 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -7,7 +7,7 @@ {if $pageTitle|isset}{@$pageTitle|language} - {/if}{lang}wcf.global.acp{/lang}{if PACKAGE_ID} - {PAGE_TITLE|language}{/if} - + {@$__wcf->getStyleHandler()->getStylesheet(true)} {event name='stylesheets'} -- 2.20.1