回答編集履歴
2
hoge
test
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
function smarty_insert_tag($params, &$smarty) {
|
12
12
|
|
13
13
|
switch($params['genre']){
|
14
|
+
|
15
|
+
以下同じ
|
14
16
|
|
15
17
|
```
|
16
18
|
|
1
hoge
test
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
テンプレート
|
20
|
+
|
19
21
|
```ここに言語を入力
|
20
22
|
|
21
23
|
{foreach from=$articles item=foo}
|