mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix avatar styles support
This commit is contained in:
parent
4fba9da177
commit
01f3b4d8c5
1 changed files with 7 additions and 7 deletions
|
@ -16,16 +16,16 @@
|
|||
{var theme = $thisUser->getTheme()}
|
||||
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" />
|
||||
{/if}
|
||||
{/ifset}
|
||||
|
||||
{if $thisUser->getStyleAvatar() == 1}
|
||||
{css "css/avatar.1.css"}
|
||||
{/if}
|
||||
{if $thisUser->getStyleAvatar() == 2}
|
||||
{css "css/avatar.2.css"}
|
||||
{/if}
|
||||
{if true}
|
||||
{/ifset}
|
||||
|
||||
{css "css/nsfw-posts.css"}
|
||||
{/if}
|
||||
|
||||
{ifset headIncludes}{include headIncludes}{/ifset}
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue