mirror of
https://github.com/openvk/openvk
synced 2025-06-07 06:57:00 +03:00
fix: theme id != "mobile_ovk"
This commit is contained in:
parent
fda9ff415b
commit
0771fbabd3
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue