[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_files/shortcode/batch/ -> sitedown_shortcodes.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_files/shortcode/batch/sitedown_shortcodes.php,v $
  14  |     $Revision: 1.1 $
  15  |     $Date: 2006/06/30 04:16:39 $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  if (!defined('e107_INIT')) { exit; }
  20  include_once(e_HANDLER.'shortcode_handler.php');
  21  $sitedown_shortcodes = $tp -> e_sc -> parse_scbatch(__FILE__);
  22  /*
  23  
  24  SC_BEGIN SITEDOWN_TABLE_MAINTAINANCETEXT
  25  global $pref,$tp;
  26  if($pref['maintainance_text']) {
  27      return $tp->toHTML($pref['maintainance_text'], TRUE, 'parse_sc', 'admin');
  28  } else {
  29      return "<b>- ".SITENAME." ".LAN_SITEDOWN_00." -</b><br /><br />".LAN_SITEDOWN_01 ;
  30  }
  31  SC_END
  32  
  33  
  34  SC_BEGIN SITEDOWN_TABLE_PAGENAME
  35  return PAGE_NAME;
  36  SC_END
  37  
  38  */
  39  ?>


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