Hanno Böck This code is published under a 0BSD license. Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code. */ require_once('inc/base.php'); function icon_warning($title = '') { global $prefix; return "\"{$title}\""; } function icon_enabled_phpxx($title, $major, $minor) { global $prefix; return "\"{$title}\""; } function icon_enabled_warning($title = '') { global $prefix; return "\"{$title}\""; } function icon_enabled($title = '') { global $prefix; return "\"{$title}\""; } function icon_disabled($title = '') { global $prefix; //return ""; return "\"{$title}\""; } function icon_ok($title = '') { global $prefix; return "\"{$title}\""; } function icon_error($title = '') { global $prefix; return "\"{$title}\""; } function icon_edit($title = '') { global $prefix; return "\"{$title}\""; } function icon_pwchange($title = '') { global $prefix; return "\"{$title}\""; } function icon_add($title = '') { global $prefix; return "\"{$title}\""; } function icon_delete($title = '') { global $prefix; return "\"{$title}\""; } function other_icon($filename, $title = '') { global $prefix; return "\"{$title}\""; }