[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/conf/ -> _application.php (source)

   1  <?php
   2  /**

   3   * This is b2evolution's application config file.

   4   *

   5   * @package conf

   6   */
   7  if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
   8  
   9  
  10  $app_name = 'b2evolution';
  11  $app_shortname = 'b2evo';
  12  
  13  /**

  14   * The version of the application.

  15   * Note: This has to be compatible to {@link http://us2.php.net/en/version-compare}.

  16   * @global string

  17   */
  18  $app_version = '2.1.0-beta';
  19  
  20  /**

  21   * Release date

  22   */
  23  $app_date = '2007-11-04';
  24  
  25  /**

  26   * This is used to check if the database is up to date.

  27   *

  28   * This will be incrememented by 100 with each change in {@link upgrade_b2evo_tables()}

  29   * in order to leave space for maintenance releases.

  30   *

  31   * {@internal Before changing this in CVS, it should be discussed! }}

  32   */
  33  $new_db_version = 9500;
  34  
  35  /**

  36   * Is displayed on the login screen:

  37   */
  38  $app_banner = '<a href="http://b2evolution.net/"><img src="'.$rsc_url.'img/b2evolution8.png" width="221" height="65" alt="b2evolution" /></a>';
  39  
  40  $app_footer_text = '<a href="http://b2evolution.net/" title="'.T_("visit b2evolution's website")
  41          .'"><strong>b2evolution '.$app_version.'</strong></a>
  42          &ndash;
  43          <a href="http://b2evolution.net/about/license.html" class="nobr">'.T_('GPL License').'</a>';
  44  
  45  $copyright_text ='<span class="nobr">&copy;2001-2002 by Michel V &amp; others</span>
  46          &ndash;
  47          <span class="nobr">&copy;2003-2007 by <a href="http://fplanque.net/">Fran&ccedil;ois</a> <a href="http://fplanque.com/">Planque</a> &amp; <a href="http://b2evolution.net/dev/authors.html">others</a>.</span>';
  48  
  49  
  50  /**

  51   * Here you can give credit where credit is due ;)

  52   * These will appear in the footer of all skins (if the skins are compatible)

  53   * You can also add site sponsors here.

  54   *

  55   * If you can add your own credits without removing the defaults, you'll be very cool :))

  56   *

  57   * Note: some plugins may add their own credit at the end of this array.

  58   * (Not recommended for plugins with potential security weaknesses)

  59   *

  60   * @global array of arrays

  61   */
  62  $credit_links = array(
  63          // array( 'http://example.com/', 'Example' ),

  64      );
  65  ?>


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics