瀏覽代碼

Update action_search.htm

tags/6.2.12
叙述、别离 2 年之前
父節點
當前提交
61587671bb
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/admin/templets/action_search.htm

+ 1
- 2
src/admin/templets/action_search.htm 查看文件

@@ -19,8 +19,7 @@
</tr>
<?php foreach ($row['soniterm'] as $rows) {?>
<tr>
<td><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a>
<p class="text-secondary"><small><?php echo $rows['description'] ?></small></p></td>
<td><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a></td>
</tr>
<?php }?>
<?php }?>


Loading…
取消
儲存