From 2f908864a02cec7c98c673c5e17091f281ca9cb8 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: Fri, 20 Oct 2023 10:48:50 +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 63ae340e..9c3d874e 100644 --- a/src/admin/ad_edit.php +++ b/src/admin/ad_edit.php @@ -22,9 +22,9 @@ if ($dopost == 'delete') { require_once(DEDEINC.'/libraries/oxwindow.class.php'); $row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); $tagcode = "{dede:myad name='{$row['tagname']}'/} "; - $showhtml = "

2种标签调用示例

$tagcode"; + $showhtml = "

2种方法调用

$tagcode"; $showhtml .= "

前台调用效果

"; - $wecome_info = "广告管理 - 调用实例"; + $wecome_info = "广告管理 - 调用示例"; $win = new OxWindow(); $win->Init(); $winform = $win->GetWindow("hand", $showhtml);