download all files

This commit is contained in:
Roman Pyrih
2025-06-24 14:14:35 +02:00
parent ebed09c00b
commit 4c71b5d9c2
72007 changed files with 10407727 additions and 40029 deletions

View File

@@ -0,0 +1,24 @@
{*
* Page Cache Ultimate, Page Cache standard and Speed pack are powered by Jpresta (jpresta . com)
*
* @author Jpresta
* @copyright Jpresta
* @license See the license of this module in file LICENSE.txt, thank you.
*}
<script type="text/javascript">
$( document ).ready(function() {
$('#btn-webp-faq-li').prependTo('.btn-toolbar ul.nav');
});
</script>
<div style="font-size: 1rem; border: 1px solid #3ed2f0; padding: 0.5rem; background-color: #f4f9fb;">
<i class="material-icons mi-help" style="vertical-align: bottom;">help</i>
{l s='If some images are not compressed in WEBP, %start_link%consult our FAQ%end_link% which lists the known problems with their solutions' sprintf=['%start_link%' => $faq_url_start, '%end_link%' => '</a>'] d='pagecache'}
</div>
<ul style="display:none">
<li id="btn-webp-faq-li">
<a id="webp-faq" class="toolbar_btn" href="{$faq_url|escape:'html':'UTF-8'}" target="_blank" style="color:white; background-color: #33bd25">
<i class="process-icon-help"></i>
<div>{l s='FAQ Webp' mod='pagecache'}</div>
</a>
</li>
</ul>