mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-06 13:26:05 -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) %}
|
{% set profile = findUserProfile(params.adv.created_by_id) %}
|
||||||
{% if profile.gsm_phone is not null %}
|
{% if profile.gsm_phone is not null %}
|
||||||
<div class="col-md-12 m-2 number-container">
|
<div class="col-md-12 m-2 number-container">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user