diff --git a/templates/typ-profile.html.twig b/templates/typ-profile.html.twig --- a/templates/typ-profile.html.twig +++ b/templates/typ-profile.html.twig @@ -1,269 +1,273 @@ {% set base_images = 'http://media.yellowpages.co.th/yellowpages'%}
{% if profile.logo %}
{% endif %}

{{ profile.humanname|raw }}

หมวดหมู่ : {{ profile.headingname|raw }}

{% trans %} Address {% endtrans %} {% if profile.location.lat %}
{% else %}
{% endif %} {{ [profile.addr,profile.soi,profile.road,profile.subdistrictname, profile.districtname,profile.cityname,profile.postcode]|join(' ') }}

{% if not profile.telno %}{% else %}{% trans %} Tel {% endtrans %}
{% endif %} {% if not profile.fax %}{% else %}{% trans %} Fax {% endtrans %}
{% endif %} {% if not profile.email %}{% else %}{% trans %} Email {% endtrans %}
{% endif %} {% if not profile.websit %}{% else %}{% trans %} Website {% endtrans %}
{% endif %} {% if not profile.workinghours %}{% else %}{% trans %} Work-Time {% endtrans %}{% endif %}
{% if not profile.telno %} {% else %} {% if type == 'FL' %} {{ profile.telno.0 }}
{% else %} {% for key, tel in profile._format.telno %} {% if loop.last != key+1 %}{{ tel }}{{ " ," }} {% else %}{{ tel }}{% endif %} {% endfor %}
{% endif %} {% endif %} {% if not profile.fax %} {% else %} {% if type == 'FL' %} {{ profile._format.fax.0 }}
{% else %} {% for key, fax in profile._format.fax %} {% if loop.last != key+1 %}{{ fax }}{{ " ," }} {% else %}{{ fax }}{% endif %} {% endfor %}
{% endif %} {% endif %} {% if not profile.email %} {% else %} {% if type == 'FL' %} {{ profile.email }}
{% else %} {{ profile.email }}
{% endif %} {% endif %} {% if not profile.websit %} {% else %} {{ profile.websit }}
+ {#{% for key , web in profile.websit %}#} + {#{% if loop.last != key+1 %}{{ web }}
#} + {#{% else %}{{ web }}
{% endif %}#} + {#{% endfor %}#} {% endif %} {% if not profile.workinghours %} {% else %} {{ profile._format.workinghours }}
{% endif %}
{% if not prodescription %} {% else %}
{% trans %} Product And Service {% endtrans %}

{{ prodescription|raw }}
{% endif %} {% if not profile.brandname %} - {% else %}
{% trans %} Branner {% endtrans %} : {{ profile.brandname|replace({"

":" ","

":" "}) }} + {% else %}
{% trans %} Banner {% endtrans %} : {{ profile.brandname|replace({"

":" ","

":" "}) }} {% endif %}


{# TAB #} {% if type == 'FL' %}{% else %}
{% if profile.picturet1 %}

{% if profile.picturet1 %} {% endif %} {% if profile.picturet2 %} {% endif %} {% if profile.picturet3 %} {% endif %} {% if profile.picturet4 %} {% endif %} {% if profile.picturet5 %} {% endif %} {% if profile.picturet6 %} {% endif %} {% if profile.picturet7 %} {% endif %} {% if profile.picturet8 %} {% endif %} {% if profile.picturet9 %} {% endif %}
{% endif %} {% if profile.location.lat %} {% endif %} {% if profile.printadst %} {% endif %} {% if profile.promotion %} {% endif %} {% if profile.map %} {% endif %}
{% endif %} {#


#} {#{% if not profile.custname %}#} {#{% else %}#} {#{{ profile.custname|raw }} : แสดงความคิดเห็น#} {#{% endif %}#} {#

#} {# TAB #} {#
#} {##} {#
#} {##} {##} {#{##}#} {#
#} {#
#} {# END TAB #}

diff --git a/typ_profile.routing.yml b/typ_profile.routing.yml --- a/typ_profile.routing.yml +++ b/typ_profile.routing.yml @@ -1,15 +1,15 @@ typ_profile_search: path: '/profile/{bizid}' defaults: _controller: '\Drupal\typ_profile\Controller\TYPProfileController::profilePage' - _title: 'View Profile' + _title_callback: '\Drupal\typ_profile\Controller\TYPProfileController::profileTitle' requirements: _permission: 'access content' #typ_profile_redirect: # path: '/profile' # defaults: # _controller: '\Drupal\typ_profile\Controller\TYPProfileController::profileOverview' # _title: 'Rredirect ' # requirements: # _permission: 'access content' \ No newline at end of file