aeb0e58066f58c6a3171195df325a97ac50bbe8f
bernd neue Bilder, mehr SSL-Zerti...

bernd authored 14 years ago

1) <?php
2) 
3) require_once('inc/base.php');
4) 
5) function icon_warning($title = '')
6) {
7)   global $prefix;
8)   return "<img src=\"{$prefix}images/warning.png\" style=\"height: 16px; width: 16px;\" alt=\"{$title}\" title=\"{$title}\" />";
9) }
10) 
11) 
12) 
bernd Separates Icon für PHP 5.3

bernd authored 14 years ago

13) function icon_enabled_php53($title = '')
14) {
15)   global $prefix;
16)   return "<img src=\"{$prefix}images/ok-php53.png\" style=\"height: 16px; width: 16px;\" alt=\"{$title}\" title=\"{$title}\" />";
17) }
18)