[ 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/ -> newspost.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/newspost.php,v $
  14  |     $Revision: 1.3 $
  15  |     $Date: 2006/08/27 02:24:45 $
  16  |     $Author: mcfly_e107 $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $caption = "Newspost Help";
  23  $text = "<b>General</b><br />
  24  Body will be displayed on the main page; extended will be readable by clicking a 'Read More' link.
  25  <br />
  26  <br />
  27  <b>Show title only</b>
  28  <br />
  29  Enable this to show the news title only on front page, with clickable link to full story.
  30  <br /><br />
  31  <b>Activation</b>
  32  <br />
  33  If you set a start and/or end date your news item will only be displayed between these dates.
  34  ";
  35  $ns -> tablerender($caption, $text);
  36  ?>


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