MatchPlugin($_glob); } function rtti() { return 1; } function name() { return _i18n('1_bogo'); } /* the plugin is only global */ function is_global() { return true; } function to_string($_data) { $res = "\n"; return $res; } function to_form($_data) { $res = "\n" . "\n"; $res .= "\n"; $res .= "\n" . "
"._i18n('1_bogo')."\n" . " "._i18n('1_bogo_off')."
\n" . " "._i18n('1_bogo_on')."
\n" . " "._i18n('1_bogo_drop')."
\n" . "
\n"; return $res; } } /******************************************************************************** * $Id$ * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100: ********************************************************************************/ ?>