Fix avatar styles support

This commit is contained in:
Jill Stingray 2020-06-15 21:24:51 +03:00
parent 4fba9da177
commit 01f3b4d8c5

View file

@ -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>