fix: theme id != "mobile_ovk"

This commit is contained in:
mrilyew 2025-05-26 21:45:40 +03:00 committed by Alexander Minkin
parent fda9ff415b
commit 0771fbabd3

View file

@ -19,7 +19,7 @@
{* remove the "n:if" if you having issues with your theme *} {* remove the "n:if" if you having issues with your theme *}
<link n:if="!$theme->overridesTemplates()" rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" /> <link n:if="$theme->getId() != 'mobile_ovk'" rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" />
{if $isXmas} {if $isXmas}
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" /> <link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" />