diff --git a/addons/default/visiosoft/profile-module/resources/views/ad-detail/contact-with.twig b/addons/default/visiosoft/profile-module/resources/views/ad-detail/contact-with.twig index ae82fb1c1..7f4f992a8 100644 --- a/addons/default/visiosoft/profile-module/resources/views/ad-detail/contact-with.twig +++ b/addons/default/visiosoft/profile-module/resources/views/ad-detail/contact-with.twig @@ -1,25 +1,27 @@ -{% set profile = findUserProfile(params.adv.created_by_id) %} -{% if profile.gsm_phone is not null %} -
- -
-{% endif %} -{% if profile.office_phone is not empty %} -
- -
-{% endif %} -{% if profile.land_phone is not empty %} -
- -
+{% if params.showTheme %} + {% set profile = findUserProfile(params.adv.created_by_id) %} + {% if profile.gsm_phone is not null %} +
+ +
+ {% endif %} + {% if profile.office_phone is not empty %} +
+ +
+ {% endif %} + {% if profile.land_phone is not empty %} +
+ +
+ {% endif %} {% endif %} \ No newline at end of file