Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
setup.php File Reference

Go to the source code of this file.

Functions

 squirrelmail_plugin_init_alternc_changepass ()
 alternc_changepass_optpage_register_block ()

Function Documentation

alternc_changepass_optpage_register_block ( )

Definition at line 17 of file setup.php.

{
global $optpage_blocks;
textdomain("alternc-changepass");
$optpage_blocks[] = array(
'name' => _("Change Password"),
'url' => '../plugins/alternc_changepass/change.php',
'desc' => _("Change the password of your email account."),
'js' => false
);
textdomain("squirrelmail");
}
squirrelmail_plugin_init_alternc_changepass ( )

Definition at line 11 of file setup.php.

{
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['optpage_register_block']['alternc_changepass'] = 'alternc_changepass_optpage_register_block';
}