From e780d1d252cd9aa084478c96ffa3495ad9eccbc4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 15:36:05 +0100 Subject: change sign images to gifs --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 3a7b4bf14..ce63eae12 100644 --- a/functions.php +++ b/functions.php @@ -3904,17 +3904,17 @@ function format_warning($msg, $id = "") { return "
- $msg
"; + $msg"; } function format_notice($msg) { return "
- $msg
"; + $msg"; } function format_error($msg) { return "
- $msg
"; + $msg"; } function print_notice($msg) { -- cgit v1.2.3-54-g00ecf