mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
344ba53acd
* Add video title under post attachment box * Add VK-styled player * bideoplayer on video page now sosiski * Fix context menu display on Chrome * Videos now use H.264 instead of Theora hazbin hotel nude mo а вообще тут мог бы быть AV1, но пидорасы из купертино фанаты libx264
55 lines
1.3 KiB
XML
55 lines
1.3 KiB
XML
{ifset $thisUser}
|
|
{if $thisUser->getNsfwTolerance() < 2}
|
|
{css "css/nsfw-posts.css"}
|
|
{/if}
|
|
|
|
{if $theme !== NULL}
|
|
{if $theme->inheritDefault()}
|
|
{css "css/bsdn.css"}
|
|
{css "css/style.css"}
|
|
{css "css/dialog.css"}
|
|
{css "css/notifications.css"}
|
|
|
|
{if $isXmas}
|
|
{css "css/xmas.css"}
|
|
{/if}
|
|
{/if}
|
|
|
|
<link 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" />
|
|
{/if}
|
|
{else}
|
|
{css "css/bsdn.css"}
|
|
{css "css/style.css"}
|
|
{css "css/dialog.css"}
|
|
{css "css/notifications.css"}
|
|
|
|
{if $isXmas}
|
|
{css "css/xmas.css"}
|
|
{/if}
|
|
{/if}
|
|
|
|
{if $thisUser->getStyleAvatar() == 1}
|
|
{css "css/avatar.1.css"}
|
|
{/if}
|
|
|
|
{if $thisUser->getStyleAvatar() == 2}
|
|
{css "css/avatar.2.css"}
|
|
{/if}
|
|
|
|
{if $thisUser->hasMicroblogEnabled() == 1}
|
|
{css "css/microblog.css"}
|
|
{/if}
|
|
{else}
|
|
{css "css/bsdn.css"}
|
|
{css "css/style.css"}
|
|
{css "css/dialog.css"}
|
|
{css "css/nsfw-posts.css"}
|
|
{css "css/notifications.css"}
|
|
|
|
{if $isXmas}
|
|
{css "css/xmas.css"}
|
|
{/if}
|
|
{/ifset}
|