Ignore:
Timestamp:
Oct 20, 2009, 12:57:43 PM (15 years ago)
Author:
cljosse
Message:

[mail_supervisor] update help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/admin/mail_superv_admin.php

    r4059 r4065  
    5353
    5454 load_language('plugin.lang', MAIL_SUPERV_PATH);
     55
    5556 
    5657$mails_options = explode("," , $conf['mail_superv']);
     
    293294     case 'mail_superv_help':
    294295
     296   load_language('help/plugin.lang', MAIL_SUPERV_PATH);
     297 
    295298          $aff_nb=false;
    296299          $smile_bonjour=MAIL_SUPERV_PATH."smilies/bonjour.gif" ;
     
    301304                        );             
    302305        $aff_nb = false;
    303         $infos_message="";
     306        ;
    304307         
    305308                $template->set_filenames(array('plugin_admin_content' => realpath(MAIL_SUPERV_PATH . 'admin/mail_superv_help.tpl')));
Note: See TracChangeset for help on using the changeset viewer.