Merge branch 'main' of http://gitlab.idcjp.jp:3000/idcjp/vhost
This commit is contained in:
commit
36c5d4c6e1
@ -1,5 +1,5 @@
|
||||
<?php foreach ($cellDatas['entitys'] as $entity) : ?>
|
||||
<?php foreach (['title', 'created_at'] as $field) : ?>
|
||||
<?= getFieldCell_Row_BoardHelper($field, $entity, $cellDatas) ?>
|
||||
<div><?= getFieldCell_Row_BoardHelper($field, $entity, $cellDatas) ?></div>
|
||||
<?php endforeach ?>
|
||||
<?php endforeach ?>
|
||||
@ -211,7 +211,7 @@
|
||||
<dl>
|
||||
<dt>고객센터</dt>
|
||||
<dd> </dd>
|
||||
<dd>1661-0577</dd>
|
||||
<dd>070-8672-0021</dd>
|
||||
<dd>365일 24시간</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user