From 49ee86243aa9cf86634454cb42e1b19f98a4e2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Thu, 19 Oct 2023 14:45:08 +0800 Subject: [PATCH] Update ad_edit.php --- src/admin/ad_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/ad_edit.php b/src/admin/ad_edit.php index a6f0ae1b..63ae340e 100644 --- a/src/admin/ad_edit.php +++ b/src/admin/ad_edit.php @@ -21,8 +21,8 @@ if ($dopost == 'delete') { } else if ($dopost == "gettag") { require_once(DEDEINC.'/libraries/oxwindow.class.php'); $row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); - $tagcode = '{'."dede:myad name='{$row['tagname']}'/".'} '; - $showhtml = "

两种标签调用示例

$tagcode"; + $tagcode = "{dede:myad name='{$row['tagname']}'/} "; + $showhtml = "

2种标签调用示例

$tagcode"; $showhtml .= "

前台调用效果

"; $wecome_info = "广告管理 - 调用实例"; $win = new OxWindow();