質問編集履歴

1

コードの追加

2018/10/05 01:16

投稿

d3I22Zd3cPzvRbT
d3I22Zd3cPzvRbT

スコア11

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,33 @@
17
17
  Strict warning: Only variables should be passed by reference include() (/home/sites/heteml/users/x/x/x/xxxx-admin/web/xxxx/voice/sites/all/themes/〷〷/node--back-number.tpl.php ファイル 69行).
18
18
 
19
19
  Strict warning: Only variables should be passed by reference include() (/home/sites/heteml/users/x/x/x/xxxx-admin/web/xxxx/voice/sites/all/themes/〷〷/node--back-number.tpl.php ファイル 86行).
20
+
21
+
22
+
23
+
24
+
25
+ 69行目が含まれる箇所
26
+
27
+ <?php if(isset($node->field_family["und"][0]["value"])): ?>
28
+
29
+ ご家族構成 =
30
+
31
+ <?php print $node->field_family["und"][0]["value"]; ?>
32
+
33
+ <br>
34
+
35
+ <?php endif; ?>
36
+
37
+
38
+
39
+ 86行目が含まれる箇所
40
+
41
+ <div class="arrow">------------------>
42
+
43
+ <?php if(isset($node->field_answer["und"][0]["value"])): ?>
44
+
45
+ <?php print $node->field_answer["und"][0]["value"]; ?>からの返事
46
+
47
+ <?php endif; ?>
48
+
49
+ </div>