From 58d78b760ec37c5e978b83dcb62ec9a4e68ab6a5 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 20 Mar 2017 18:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0get=5Fbutton=5Flink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools.php b/tools.php index 02cb7e0..e430e36 100644 --- a/tools.php +++ b/tools.php @@ -143,8 +143,13 @@ echo ''; } + function get_button_link($text,$style,$link) + { + return ''.$text.''; + } + function echo_button_link($text,$style,$link) { - echo ''.$text.''; + echo get_button_link($text,$style,$link); } ?>