SEARCH

地図

  • {assign_topics_ext var=group01 id='01' ext_type='group' ext_columns=$topicsData.ext_columns.straight}
  • {foreach from=$group01 item=cols name=ext_item}
  •    {assign_topics_ext var=gmap12 id='12' ext_type='gmap_url' ext_columns=$cols width='300' height='250'}
  •  
  •    <iframe id="googlemap" src="{$gmap12}" name="googlemap" marginheight="0" marginwidth="0" frameborder="0" width="300" height="250"></iframe>
  •  
  • {/foreach}

の数字は、親に指定している拡張項目のIDです。
の数字は、拡張項目のIDです。
ext_type  の値(青い部分)を gmap_url と指定してください。

地図の表示サイズは、2か所指定してください

SEARCH