From ad89b0a5e2f973a25eb8162b0481a0a0f46565c8 Mon Sep 17 00:00:00 2001 From: Jill Stingray Date: Sun, 14 Jun 2020 14:09:41 +0300 Subject: [PATCH] Add different avatar styles support back --- Web/Presenters/templates/@layout.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index 77cc47df..1f3ad776 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -17,7 +17,12 @@ {/if} {/ifset} - + {if $thisUser->getStyleAvatar() == 1} + {css "css/avatar.1.css"} + {/if} + {if $thisUser->getStyleAvatar() == 2} + {css "css/avatar.2.css"} + {/if} {if true} {css "css/nsfw-posts.css"} {/if}