mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
Add different avatar styles support back
This commit is contained in:
parent
c18ceae61c
commit
ad89b0a5e2
1 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,12 @@
|
||||||
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" />
|
<link rel="stylesheet" href="/themepack/{$theme->getId()}/{$theme->getVersion()}/stylesheet/styles.css" />
|
||||||
{/if}
|
{/if}
|
||||||
{/ifset}
|
{/ifset}
|
||||||
|
{if $thisUser->getStyleAvatar() == 1}
|
||||||
|
{css "css/avatar.1.css"}
|
||||||
|
{/if}
|
||||||
|
{if $thisUser->getStyleAvatar() == 2}
|
||||||
|
{css "css/avatar.2.css"}
|
||||||
|
{/if}
|
||||||
{if true}
|
{if true}
|
||||||
{css "css/nsfw-posts.css"}
|
{css "css/nsfw-posts.css"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue