Browse Source

fix commit image-picture and tpl my progress - refs BT#10092 #TMI

aragonc 9 years ago
parent
commit
d586da3044
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/template/default/layout/layout_2_col.tpl

+ 3 - 3
main/template/default/layout/layout_2_col.tpl

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