diff --git a/tools.php b/tools.php index cc6cd2c..02cb7e0 100644 --- a/tools.php +++ b/tools.php @@ -142,4 +142,9 @@ { echo ''; } + + function echo_button_link($text,$style,$link) + { + echo ''.$text.''; + } ?>