summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 15:36:05 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 15:36:05 +0100
commite780d1d252cd9aa084478c96ffa3495ad9eccbc4 (patch)
treee4f843cd7b50bd70316e178f19b5f8edf28f4e1f /functions.php
parentabd8a516390d219e8326e78867479e86b0157bf0 (diff)
change sign images to gifs
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php6
1 files changed, 3 insertions, 3 deletions
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 "<div class=\"warning\" id=\"$id\">
- <img src=\"images/sign_excl.png\">$msg</div>";
+ <img src=\"images/sign_excl.gif\">$msg</div>";
}
function format_notice($msg) {
return "<div class=\"notice\">
- <img src=\"images/sign_info.png\">$msg</div>";
+ <img src=\"images/sign_info.gif\">$msg</div>";
}
function format_error($msg) {
return "<div class=\"error\">
- <img src=\"images/sign_excl.png\">$msg</div>";
+ <img src=\"images/sign_excl.gif\">$msg</div>";
}
function print_notice($msg) {