From 54f2b77c71c1f6d901dd4eba80e60263918d4025 Mon Sep 17 00:00:00 2001 From: ck <ck@mapcos7dev.localdomain> Date: Sun, 19 Jul 2020 09:25:25 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20ligne=20pour=20format=20video=20du=20fo?= =?UTF-8?q?nd=20d'=C3=A9cran=20au=20format=20webm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- like_mybb_bT4CK-theme.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml index 9423a80..acb1767 100644 --- a/like_mybb_bT4CK-theme.xml +++ b/like_mybb_bT4CK-theme.xml @@ -5732,9 +5732,10 @@ $(".forumjump").on('change', function() { <template name="global_remote_avatar_notice" version="1809"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">{$lang->remote_avatar_disabled_default_avatar}</a></div>]]></template> <template name="global_unreadreports" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=reports">{$lang->unread_reports}</a>]]></template> <template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template> - <template name="header" version="1822"><![CDATA[<div id="video-fond"> + <template name="header" version="1823"><![CDATA[<div id="video-fond"> <div class="overlay"></div> <video playsinline autoplay muted loop > + <source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.webm" type="video/webm"> <source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.mp4" type="video/mp4"> </video> </div> -- GitLab