mirror of
https://github.com/openvk/openvk
synced 2025-06-07 06:57:00 +03:00
feat: skip theme styles
This commit is contained in:
parent
fa7681edb8
commit
a16734648c
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@
|
|||
{/if}
|
||||
{/if}
|
||||
|
||||
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" />
|
||||
{* 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" />
|
||||
|
||||
{if $isXmas}
|
||||
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/resource/xmas.css" />
|
||||
|
|
Loading…
Reference in a new issue