@@ -26,9 +26,9 @@
{% endblock %}
{# User picture #}
-
- {{ user_image_block }}
+ {% if _u.logged == 1 %}
+ {{ user_image_block }}
+ {% endif %}
{# User Profile links #}
{{ profile_block }}