From c7475d1a359a1eeee7d3a4762e26c465ccfd7c4d Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 16 Feb 2017 11:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E5=9B=BE?= =?UTF-8?q?=E6=A0=87LINK=E7=9A=84=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools.php b/tools.php index 70725b2..ac3d8c7 100644 --- a/tools.php +++ b/tools.php @@ -86,6 +86,14 @@ echo ''.''.$text.''; } + function echo_icon_hint_link($icon,$text,$hint,$link) + { + echo ''; + echo_icon($icon); + echo $text.''; + } + + function echo_span_label($style,$text) { echo ''.$text.'';