Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 21:31:33 +02:00
parent 3230af667b
commit ce27ff88f3
85 changed files with 2279 additions and 335 deletions

View File

@@ -57,7 +57,8 @@
{block name='stylesheets'}
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
{/block}
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10030">
{assign var=custom_css_file value=$smarty.const._PS_THEME_DIR_|cat:'assets/css/custom.css'}
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver={$custom_css_file|filemtime}">
{block name='javascript_head'}
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}
@@ -86,4 +87,4 @@
})();
</script>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="c8f25b0f-e05a-4f87-8ab6-1ea1ad1853b0" data-blockingmode="auto" type="text/javascript"></script>
{/literal}
{/literal}