overridesTemplates -> theme id != "mobile_ovk"

This commit is contained in:
mrilyew 2025-05-26 21:45:40 +03:00
parent 51e640ce42
commit 88125a7195

View file

@ -19,7 +19,7 @@
{* 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}
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" />