mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#900 [sahibinden-theme] duplicate phone numbers
This commit is contained in:
parent
303ee7be67
commit
187fc9d47f
@ -1,4 +1,9 @@
|
||||
{% if params.showTheme %}
|
||||
{% if params.showTheme is defined %}
|
||||
{% set showTheme = params.showTheme %}
|
||||
{% else %}
|
||||
{% set showTheme = true %}
|
||||
{% endif %}
|
||||
{% if showTheme %}
|
||||
{% set profile = findUserProfile(params.adv.created_by_id) %}
|
||||
{% if profile.gsm_phone is not null %}
|
||||
<div class="col-md-12 m-2 number-container">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user