mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
Merge pull request #317 from openclassify/dia
#900 [sahibinden-theme] duplicate phone numbers
This commit is contained in:
commit
b31bca7319
@ -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