[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_languages/English/admin/help/ -> notify.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_languages/English/admin/help/notify.php,v $
  14  |     $Revision: 1.2 $
  15  |     $Date: 2005/12/14 17:37:43 $
  16  |     $Author: sweetas $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $text = "Notify sends email notifications when e107 events occur.<br /><br />
  23  For example, set 'IP banned for flooding site' to user class 'Admin' and all admins will be sent an email when your 
  24  site is being flooded.<br /><br />
  25  You can also, as another example, set 'News item posted by admin' to user class 'Members' and all your users will be 
  26  sent news items you post to the site in an email.<br /><br />
  27  If you would like the email notifications to be sent to an alternative email address - select the 'Email' option and 
  28  enter in the email address in the field provided.";
  29  
  30  $ns -> tablerender("Notify Help", $text);
  31  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7