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}