Files
prestashop/themes/hummingbird/templates/_partials/preload.tpl
2026-04-09 18:31:51 +02:00

9 lines
314 B
Smarty

{$themeDir = _PS_THEME_DIR_}
{$preloadFilePath = "`$themeDir`assets/preload.html"}
{$assetsUrl = $urls.theme_assets}
{if file_exists($preloadFilePath)}
{capture name="preloadBlock"}{include file=$preloadFilePath}{/capture}
{$smarty.capture.preloadBlock|replace:'href="../':"href=\"$assetsUrl" nofilter}
{/if}